Spaces:
Running
Running
Update arena_config.py
Browse files- arena_config.py +1 -0
arena_config.py
CHANGED
@@ -85,6 +85,7 @@ APPROVED_MODELS = [
|
|
85 |
("granite3.1-moe:1b-instruct-q8_0", "Granite 3.1 MoE (1B, 8-bit)"),
|
86 |
("granite3.1-dense:8b-instruct-q4_K_M", "Granite 3.1 Dense (8B, 4-bit)"),
|
87 |
("granite3.1-dense:2b-instruct-q8_0", "Granite 3.1 Dense (3B, 8-bit)"),
|
|
|
88 |
]
|
89 |
|
90 |
# Example prompts
|
|
|
85 |
("granite3.1-moe:1b-instruct-q8_0", "Granite 3.1 MoE (1B, 8-bit)"),
|
86 |
("granite3.1-dense:8b-instruct-q4_K_M", "Granite 3.1 Dense (8B, 4-bit)"),
|
87 |
("granite3.1-dense:2b-instruct-q8_0", "Granite 3.1 Dense (3B, 8-bit)"),
|
88 |
+
("hf.co/arcee-ai/Virtuoso-Small-GGUF:Q4_K_M", "Virtuoso Small (14B, 4-bit)"),
|
89 |
]
|
90 |
|
91 |
# Example prompts
|