Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
]
|