THEZYZSTUDIO commited on
Commit
da0dc0f
·
verified ·
1 Parent(s): adf5f93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,8 +4,8 @@ from llama_cpp import Llama
4
  import base64
5
  import json
6
 
7
- REPO_ID = "Qwen/Qwen3-Next-80B-A3B-Instruct-GGUF"
8
- FILENAME = "Qwen3-Next-80B-A3B-Instruct-Q4_K_M.gguf"
9
 
10
  print("🚀 Starting THE Z AI Server...", flush=True)
11
 
 
4
  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-Q6_K_L.gguf"
9
 
10
  print("🚀 Starting THE Z AI Server...", flush=True)
11