Neon-tech commited on
Commit
a4bb98a
·
verified ·
1 Parent(s): 50b303a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ model = Llama.from_pretrained(
9
  repo_id="unsloth/Qwen3.5-35B-A3B-GGUF",
10
  filename="Qwen3.5-35B-A3B-UD-IQ4_XS.gguf",
11
  n_ctx=2048,
12
- n_threads=4,
13
  )
14
 
15
  def get_stats():
 
9
  repo_id="unsloth/Qwen3.5-35B-A3B-GGUF",
10
  filename="Qwen3.5-35B-A3B-UD-IQ4_XS.gguf",
11
  n_ctx=2048,
12
+ n_threads=2,
13
  )
14
 
15
  def get_stats():