Spaces:
Running
Running
Update arena_config.py
Browse files- arena_config.py +1 -0
arena_config.py
CHANGED
@@ -90,6 +90,7 @@ APPROVED_MODELS = [
|
|
90 |
("hf.co/akjindal53244/Llama-3.1-Storm-8B-GGUF:Q4_K_M", "Llama 3.1 Storm (8B, 4-bit)"),
|
91 |
("dolphin3:8b-llama3.1-q4_K_M", "Dolphin 3 (8B, 4-bit)"),
|
92 |
("smallthinker:3b-preview-q4_K_M", "SmallThinker (3B, 4-bit)"),
|
|
|
93 |
|
94 |
]
|
95 |
|
|
|
90 |
("hf.co/akjindal53244/Llama-3.1-Storm-8B-GGUF:Q4_K_M", "Llama 3.1 Storm (8B, 4-bit)"),
|
91 |
("dolphin3:8b-llama3.1-q4_K_M", "Dolphin 3 (8B, 4-bit)"),
|
92 |
("smallthinker:3b-preview-q4_K_M", "SmallThinker (3B, 4-bit)"),
|
93 |
+
("hf.co/bartowski/OLMo-2-1124-7B-Instruct-GGUF:Q4_K_M", "OLMo-2 (7B, 4-bit)"),
|
94 |
|
95 |
]
|
96 |
|