Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import subprocess
|
2 |
-
subprocess.run('pip install flash-attn --no-build-isolation',
|
3 |
|
4 |
from huggingface_hub import snapshot_download, hf_hub_download
|
5 |
|
|
|
1 |
import subprocess
|
2 |
+
subprocess.run('pip install flash-attn --no-build-isolation', shell=True)
|
3 |
|
4 |
from huggingface_hub import snapshot_download, hf_hub_download
|
5 |
|