THEZYZSTUDIO commited on
Commit
7df3774
·
verified ·
1 Parent(s): 1856ea9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import base64
5
  import json
6
 
7
  REPO_ID = "bartowski/Qwen_Qwen3-30B-A3B-Instruct-2507-GGUF"
8
- FILENAME = "Qwen_Qwen3-30B-A3B-Instruct-2507-Q3_K_XL.gguf"
9
 
10
  print("🚀 Starting THE Z AI Server...", flush=True)
11
 
 
5
  import json
6
 
7
  REPO_ID = "bartowski/Qwen_Qwen3-30B-A3B-Instruct-2507-GGUF"
8
+ FILENAME = "Qwen_Qwen3-30B-A3B-Instruct-2507-IQ3_XXS.gguf"
9
 
10
  print("🚀 Starting THE Z AI Server...", flush=True)
11