THEZYZSTUDIO commited on
Commit
079c226
·
verified ·
1 Parent(s): 65dc97e

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 = "prithivMLmods/OpenRHO-2B-Thinker-GGUF"
8
- FILENAME = "OpenRHO-2B-Thinker.F32.gguf"
9
 
10
  print("🚀 Starting THE Z AI Server...", flush=True)
11
 
 
5
  import json
6
 
7
  REPO_ID = "prithivMLmods/OpenRHO-2B-Thinker-GGUF"
8
+ FILENAME = "OpenRHO-2B-Thinker.Q8_0.gguf"
9
 
10
  print("🚀 Starting THE Z AI Server...", flush=True)
11