Luigi commited on
Commit
96e60d6
·
1 Parent(s): e17afaf

use another version of qwen 1.5 moe

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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 (Q2_K)": {
41
- "repo_id": "gdax/Qwen1.5-MoE-A2.7B_gguf",
42
- "filename": "Qwen1.5-MoE-A2.7B_Q2_k.gguf",
43
- "description": "Qwen1.5-MoE-A2.7B (Q2_K)"
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",