pabloce commited on
Commit
de25d4e
·
verified ·
1 Parent(s): 2030d72

Update app.py

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