Spaces:
Running
Running
Update arena_config.py
Browse files- arena_config.py +2 -0
arena_config.py
CHANGED
@@ -58,6 +58,8 @@ APPROVED_MODELS = [
|
|
58 |
("stablelm2:1.6b-chat-q8_0", "StableLM2 (1.6B, 8-bit)"),
|
59 |
("stablelm2:12b-chat-q4_K_M", "StableLM2 (12B, 4-bit)"),
|
60 |
("solar:10.7b-instruct-v1-q4_K_M", "Solar (10.7B, 4-bit)"),
|
|
|
|
|
61 |
]
|
62 |
|
63 |
# Example prompts
|
|
|
58 |
("stablelm2:1.6b-chat-q8_0", "StableLM2 (1.6B, 8-bit)"),
|
59 |
("stablelm2:12b-chat-q4_K_M", "StableLM2 (12B, 4-bit)"),
|
60 |
("solar:10.7b-instruct-v1-q4_K_M", "Solar (10.7B, 4-bit)"),
|
61 |
+
("hf.co/bartowski/Replete-LLM-V2.5-Qwen-7b-GGUF:Q4_K_M", "Rombos Qwen (7B, 4-bit)"),
|
62 |
+
("hf.co/bartowski/Replete-LLM-V2.5-Qwen-1.5b-GGUF:Q8_0", "Rombos Qwen (1.5B, 8-bit)"),
|
63 |
]
|
64 |
|
65 |
# Example prompts
|