Spaces:
Running
Running
Update arena_config.py
Browse files- arena_config.py +1 -1
arena_config.py
CHANGED
@@ -46,7 +46,7 @@ APPROVED_MODELS = [
|
|
46 |
("granite3-dense:2b-instruct-q8_0", "Granite 3 Dense (2B, 8-bit)"),
|
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
|
|
|
46 |
("granite3-dense:2b-instruct-q8_0", "Granite 3 Dense (2B, 8-bit)"),
|
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
|