Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -76,6 +76,8 @@ llm = llama_cpp.Llama.from_pretrained(
|
|
| 76 |
filename="Qwen2.5-7B-Instruct-Q4_K_M.gguf",
|
| 77 |
n_gpu_layers=-1,
|
| 78 |
n_ctx=2048,
|
|
|
|
|
|
|
| 79 |
)
|
| 80 |
|
| 81 |
|
|
|
|
| 76 |
filename="Qwen2.5-7B-Instruct-Q4_K_M.gguf",
|
| 77 |
n_gpu_layers=-1,
|
| 78 |
n_ctx=2048,
|
| 79 |
+
n_threads=1,
|
| 80 |
+
verbose=True
|
| 81 |
)
|
| 82 |
|
| 83 |
|