Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
a837a1c
1
Parent(s):
533ae49
gemma 3 4b misaligned bug, so removing that as an option for now
Browse files- utils/models.py +1 -1
utils/models.py
CHANGED
@@ -9,7 +9,7 @@ from .shared import generation_interrupt
|
|
9 |
|
10 |
models = {
|
11 |
"Qwen2.5-1.5b-Instruct": "qwen/qwen2.5-1.5b-instruct",
|
12 |
-
"
|
13 |
#"Llama-3.2-1b-Instruct": "meta-llama/llama-3.2-1b-instruct",
|
14 |
#"Llama-3.2-3b-Instruct": "meta-llama/llama-3.2-3b-instruct",
|
15 |
"Gemma-3-1b-it": "google/gemma-3-1b-it",
|
|
|
9 |
|
10 |
models = {
|
11 |
"Qwen2.5-1.5b-Instruct": "qwen/qwen2.5-1.5b-instruct",
|
12 |
+
"Qwen2.5-3b-Instruct": "qwen/qwen-2.5-3b-instruct",
|
13 |
#"Llama-3.2-1b-Instruct": "meta-llama/llama-3.2-1b-instruct",
|
14 |
#"Llama-3.2-3b-Instruct": "meta-llama/llama-3.2-3b-instruct",
|
15 |
"Gemma-3-1b-it": "google/gemma-3-1b-it",
|