Spaces:
Running
Running
use another version of qwen 1.5 moe
Browse files
app.py
CHANGED
|
@@ -37,10 +37,10 @@ st.markdown("""
|
|
| 37 |
REQUIRED_SPACE_BYTES = 5 * 1024 ** 3 # 5 GB
|
| 38 |
|
| 39 |
MODELS = {
|
| 40 |
-
"Qwen1.5-MoE-A2.7B (
|
| 41 |
-
"repo_id": "
|
| 42 |
-
"filename": "Qwen1.5-MoE-A2.
|
| 43 |
-
"description": "Qwen1.5-MoE-A2.7B (
|
| 44 |
},
|
| 45 |
"Qwen2.5-MOE-6x1.5B-DeepSeek-Reasoning-e32-8.71B": {
|
| 46 |
"repo_id": "DavidAU/Qwen2.5-MOE-6x1.5B-DeepSeek-Reasoning-e32-8.71B-gguf",
|
|
|
|
| 37 |
REQUIRED_SPACE_BYTES = 5 * 1024 ** 3 # 5 GB
|
| 38 |
|
| 39 |
MODELS = {
|
| 40 |
+
"Qwen1.5-MoE-A2.7B-20-experts-SFT-trained (Q3_K_S)": {
|
| 41 |
+
"repo_id": "mradermacher/Qwen1.5-MoE-A2.7B-20-experts-SFT-trained-GGUF",
|
| 42 |
+
"filename": "Qwen1.5-MoE-A2.7B-20-experts-SFT-trained.Q3_K_S.gguf",
|
| 43 |
+
"description": "Qwen1.5-MoE-A2.7B-20-experts-SFT-trained (Q3_K_S)"
|
| 44 |
},
|
| 45 |
"Qwen2.5-MOE-6x1.5B-DeepSeek-Reasoning-e32-8.71B": {
|
| 46 |
"repo_id": "DavidAU/Qwen2.5-MOE-6x1.5B-DeepSeek-Reasoning-e32-8.71B-gguf",
|