Spaces:
Running
on
Zero
Running
on
Zero
remove qwen 1.5 moe
Browse files
app.py
CHANGED
@@ -37,11 +37,6 @@ st.markdown("""
|
|
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",
|
47 |
"filename": "QW-6X1.5B-DeepSeek-Qwen-LAM-e32-Q4_K_S.gguf",
|
|
|
37 |
REQUIRED_SPACE_BYTES = 5 * 1024 ** 3 # 5 GB
|
38 |
|
39 |
MODELS = {
|
|
|
|
|
|
|
|
|
|
|
40 |
"Qwen2.5-MOE-6x1.5B-DeepSeek-Reasoning-e32-8.71B": {
|
41 |
"repo_id": "DavidAU/Qwen2.5-MOE-6x1.5B-DeepSeek-Reasoning-e32-8.71B-gguf",
|
42 |
"filename": "QW-6X1.5B-DeepSeek-Qwen-LAM-e32-Q4_K_S.gguf",
|