Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|