Luigi commited on
Commit
e17afaf
·
1 Parent(s): 5eca666

add Qwen1.5-MoE

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -37,6 +37,11 @@ st.markdown("""
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",
 
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",
47
  "filename": "QW-6X1.5B-DeepSeek-Qwen-LAM-e32-Q4_K_S.gguf",