Akjava commited on
Commit
22ce07c
·
verified ·
1 Parent(s): 35ac2bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=8,
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,