LukasHug commited on
Commit
7990960
·
verified ·
1 Parent(s): c223dcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def start_worker(model_path: str, model_name: str, bits=16, device=0):
44
  model_path,
45
  "--model-name",
46
  model_name,
47
- "--use-flash-attn",
48
  '--device',
49
  device
50
  ]
 
44
  model_path,
45
  "--model-name",
46
  model_name,
47
+ # "--use-flash-attn",
48
  '--device',
49
  device
50
  ]