pabloce commited on
Commit
ba01215
·
verified ·
1 Parent(s): a17dac4

Update app.py

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