Spaces:
Running
Running
Update modules/config_settings_public.py
Browse files
modules/config_settings_public.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# FILE: modules/config_settings_public.py (HF Demo -
|
2 |
|
3 |
import os
|
4 |
import logging
|
@@ -13,12 +13,12 @@ MODEL_DEFINITIONS = {
|
|
13 |
"filename": "mistral-7b-instruct-v0.2.Q2_K.gguf"
|
14 |
},
|
15 |
"gemma": {
|
16 |
-
"repo_id": "google/gemma-2b-it-gguf",
|
17 |
-
"filename": "gemma-2b-it.gguf"
|
18 |
},
|
19 |
"qwen": {
|
20 |
-
"repo_id": "Qwen/Qwen1.5-
|
21 |
-
"filename": "qwen1_5-
|
22 |
}
|
23 |
}
|
24 |
|
|
|
1 |
+
# FILE: modules/config_settings_public.py (HF Demo - v9.0)
|
2 |
|
3 |
import os
|
4 |
import logging
|
|
|
13 |
"filename": "mistral-7b-instruct-v0.2.Q2_K.gguf"
|
14 |
},
|
15 |
"gemma": {
|
16 |
+
"repo_id": "google/gemma-2b-it-gguf",
|
17 |
+
"filename": "gemma-2b-it.gguf"
|
18 |
},
|
19 |
"qwen": {
|
20 |
+
"repo_id": "Qwen/Qwen1.5-1.8B-Chat-GGUF", # This is the correct, official GGUF repository
|
21 |
+
"filename": "qwen1_5-1.8b-chat-q4_k_s.gguf" # ✅ This is a verified, existing file in that repo
|
22 |
}
|
23 |
}
|
24 |
|