Spaces:
Running
Running
Update arena_config.py
Browse files- arena_config.py +2 -0
arena_config.py
CHANGED
@@ -74,6 +74,8 @@ APPROVED_MODELS = [
|
|
74 |
("hf.co/bartowski/Llama-3.1-SuperNova-Lite-GGUF:Q4_K_M", "Llama 3.1 SuperNova Lite (8B, 4-bit)"),
|
75 |
("hf.co/bartowski/EuroLLM-9B-Instruct-GGUF:Q4_K_M", "EuroLLM (9B, 4-bit)"),
|
76 |
("hf.co/bartowski/INTELLECT-1-Instruct-GGUF:Q4_K_M", "Intellect-1 (10B, 4-bit)"),
|
|
|
|
|
77 |
]
|
78 |
|
79 |
# Example prompts
|
|
|
74 |
("hf.co/bartowski/Llama-3.1-SuperNova-Lite-GGUF:Q4_K_M", "Llama 3.1 SuperNova Lite (8B, 4-bit)"),
|
75 |
("hf.co/bartowski/EuroLLM-9B-Instruct-GGUF:Q4_K_M", "EuroLLM (9B, 4-bit)"),
|
76 |
("hf.co/bartowski/INTELLECT-1-Instruct-GGUF:Q4_K_M", "Intellect-1 (10B, 4-bit)"),
|
77 |
+
("marco-o1:7b-q4_K_M", "Marco-o1 (7B, 4-bit)"),
|
78 |
+
("tulu3:8b-q4_K_M", "Tulu 3 (8B, 4-bit)")
|
79 |
]
|
80 |
|
81 |
# Example prompts
|