Spaces:
Running
Running
Update arena_config.py
Browse files- arena_config.py +2 -0
arena_config.py
CHANGED
@@ -47,6 +47,8 @@ APPROVED_MODELS = [
|
|
47 |
("granite3-dense:8b-instruct-q4_K_M", "Granite 3 Dense (8B, 4-bit)"),
|
48 |
("granite3-moe:1b-instruct-q8_0", "Granite 3 MoE (1B, 8-bit)"),
|
49 |
("granite3-moe:3b-instruct-q4_K_M", "Granite 3 MoE (3B, 4-bit)"),
|
|
|
|
|
50 |
]
|
51 |
|
52 |
# Example prompts
|
|
|
47 |
("granite3-dense:8b-instruct-q4_K_M", "Granite 3 Dense (8B, 4-bit)"),
|
48 |
("granite3-moe:1b-instruct-q8_0", "Granite 3 MoE (1B, 8-bit)"),
|
49 |
("granite3-moe:3b-instruct-q4_K_M", "Granite 3 MoE (3B, 4-bit)"),
|
50 |
+
("ministral-8B-instruct-2410", "Ministral (8B, 4-bit)"),
|
51 |
+
("dolphin2.9.4-llama3.1", "Dolphin 2.9.4 (8B, 4-bit)"),
|
52 |
]
|
53 |
|
54 |
# Example prompts
|