Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -134,7 +134,6 @@ def respond(
|
|
134 |
llm = Llama(
|
135 |
model_path=f"models/{model}",
|
136 |
flash_attn=True,
|
137 |
-
n_threads=40,
|
138 |
n_gpu_layers=81,
|
139 |
n_batch=1024,
|
140 |
n_ctx=get_context_by_model(model),
|
|
|
134 |
llm = Llama(
|
135 |
model_path=f"models/{model}",
|
136 |
flash_attn=True,
|
|
|
137 |
n_gpu_layers=81,
|
138 |
n_batch=1024,
|
139 |
n_ctx=get_context_by_model(model),
|