Spaces:
Running
Running
Update arena_config.py
Browse filesAdded Gemma 2, 2B 8-bit
- arena_config.py +1 -0
arena_config.py
CHANGED
@@ -34,6 +34,7 @@ APPROVED_MODELS = [
|
|
34 |
("llama3.2:3b-instruct-q4_K_M", "LLaMA 3.2 (3B, 4-bit)"),
|
35 |
("llama3.1:8b-instruct-q4_0", "LLaMA 3.1 (8B, 4-bit)"),
|
36 |
("gemma2:2b-instruct-q4_0", "Gemma 2 (2B, 4-bit)"),
|
|
|
37 |
("gemma2:9b-instruct-q4_0", "Gemma 2 (9B, 4-bit)"),
|
38 |
("qwen2.5:0.5b-instruct-q8_0", "Qwen 2.5 (0.5B, 8-bit)"),
|
39 |
("qwen2.5:1.5b-instruct-q8_0", "Qwen 2.5 (1.5B, 8-bit)"),
|
|
|
34 |
("llama3.2:3b-instruct-q4_K_M", "LLaMA 3.2 (3B, 4-bit)"),
|
35 |
("llama3.1:8b-instruct-q4_0", "LLaMA 3.1 (8B, 4-bit)"),
|
36 |
("gemma2:2b-instruct-q4_0", "Gemma 2 (2B, 4-bit)"),
|
37 |
+
("gemma2:2b-instruct-q8_0", "Gemma 2 (2B, 8-bit)"),
|
38 |
("gemma2:9b-instruct-q4_0", "Gemma 2 (9B, 4-bit)"),
|
39 |
("qwen2.5:0.5b-instruct-q8_0", "Qwen 2.5 (0.5B, 8-bit)"),
|
40 |
("qwen2.5:1.5b-instruct-q8_0", "Qwen 2.5 (1.5B, 8-bit)"),
|