ccm commited on
Commit
d5f3fea
·
verified ·
1 Parent(s): 0071c6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -75,7 +75,6 @@ llm = llama_cpp.Llama.from_pretrained(
75
  filename="Qwen2.5-7B-Instruct-Q4_K_M.gguf",
76
  n_gpu_layers=-1,
77
  n_ctx=2048,
78
- n_threads=1,
79
  verbose=True
80
  )
81
 
 
75
  filename="Qwen2.5-7B-Instruct-Q4_K_M.gguf",
76
  n_gpu_layers=-1,
77
  n_ctx=2048,
 
78
  verbose=True
79
  )
80