Update app.py
Browse files
app.py
CHANGED
@@ -215,7 +215,7 @@ def respond(
|
|
215 |
model_path=f"models/{model}",
|
216 |
flash_attn=False,
|
217 |
n_gpu_layers=0,
|
218 |
-
n_batch=
|
219 |
n_ctx=2048,
|
220 |
n_threads=2,
|
221 |
n_threads_batch=2,
|
|
|
215 |
model_path=f"models/{model}",
|
216 |
flash_attn=False,
|
217 |
n_gpu_layers=0,
|
218 |
+
n_batch=16,
|
219 |
n_ctx=2048,
|
220 |
n_threads=2,
|
221 |
n_threads_batch=2,
|