Spaces:
Running
Running
Update arena_config.py
Browse files- arena_config.py +3 -3
arena_config.py
CHANGED
@@ -45,10 +45,10 @@ APPROVED_MODELS = [
|
|
45 |
("aya:8b-23-q4_0", "Aya 23 (8B, 4-bit)"),
|
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-
|
49 |
("granite3-moe:3b-instruct-q4_K_M", "Granite 3 MoE (3B, 4-bit)"),
|
50 |
-
("ministral-
|
51 |
-
("
|
52 |
("yi:6b-chat-v1.5-q4_0", "Yi v1.5 (6B, 4-bit)"),
|
53 |
("yi:9b-chat-v1.5-q4_0", "Yi v1.5 (9B, 4-bit)"),
|
54 |
("mistral-nemo:12b-instruct-2407-q4_K_M", "Mistral Nemo (12B, 4-bit)"),
|
|
|
45 |
("aya:8b-23-q4_0", "Aya 23 (8B, 4-bit)"),
|
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-q5_K_M", "Granite 3 MoE (1B, 5-bit)"),
|
49 |
("granite3-moe:3b-instruct-q4_K_M", "Granite 3 MoE (3B, 4-bit)"),
|
50 |
+
("ministral-8b-instruct-2410-q4_k_m", "Ministral (8B, 4-bit)"),
|
51 |
+
("dolphin-2.9.4-llama3.1-8b-q4_k_m", "Dolphin 2.9.4 (8B, 4-bit)"),
|
52 |
("yi:6b-chat-v1.5-q4_0", "Yi v1.5 (6B, 4-bit)"),
|
53 |
("yi:9b-chat-v1.5-q4_0", "Yi v1.5 (9B, 4-bit)"),
|
54 |
("mistral-nemo:12b-instruct-2407-q4_K_M", "Mistral Nemo (12B, 4-bit)"),
|