Luigi commited on
Commit
fafc8cb
·
1 Parent(s): 6735035

remove all moe

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -37,11 +37,6 @@ 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",
43
- "description": "Qwen2.5-MOE-6x1.5B-DeepSeek-Reasoning-e32-8.71B"
44
- },
45
  "Qwen2.5-3B-Instruct (Q4_K_M)": {
46
  "repo_id": "Qwen/Qwen2.5-3B-Instruct-GGUF",
47
  "filename": "qwen2.5-3b-instruct-q4_k_m.gguf",
 
37
  REQUIRED_SPACE_BYTES = 5 * 1024 ** 3 # 5 GB
38
 
39
  MODELS = {
 
 
 
 
 
40
  "Qwen2.5-3B-Instruct (Q4_K_M)": {
41
  "repo_id": "Qwen/Qwen2.5-3B-Instruct-GGUF",
42
  "filename": "qwen2.5-3b-instruct-q4_k_m.gguf",