Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,6 @@ def respond(
|
|
83 |
llm = Llama(
|
84 |
model_path=f"models/{model}",
|
85 |
flash_attn=True,
|
86 |
-
n_threads=40,
|
87 |
n_gpu_layers=81,
|
88 |
n_batch=1024,
|
89 |
n_ctx=8192,
|
|
|
83 |
llm = Llama(
|
84 |
model_path=f"models/{model}",
|
85 |
flash_attn=True,
|
|
|
86 |
n_gpu_layers=81,
|
87 |
n_batch=1024,
|
88 |
n_ctx=8192,
|