pabloce commited on
Commit
c52d4d8
·
verified ·
1 Parent(s): 9dab02a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ def respond(
126
 
127
  llm = Llama(
128
  model_path=f"models/{model}",
129
- flash_attn=True,
130
  n_threads=40,
131
  n_gpu_layers=81,
132
  n_batch=1024,
 
126
 
127
  llm = Llama(
128
  model_path=f"models/{model}",
129
+ flash_attn=False,
130
  n_threads=40,
131
  n_gpu_layers=81,
132
  n_batch=1024,