Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def install_flash_attn():
|
|
20 |
exit(1)
|
21 |
|
22 |
# Install flash-attn
|
23 |
-
install_flash_attn()
|
24 |
|
25 |
from huggingface_hub import snapshot_download
|
26 |
|
|
|
20 |
exit(1)
|
21 |
|
22 |
# Install flash-attn
|
23 |
+
#install_flash_attn()
|
24 |
|
25 |
from huggingface_hub import snapshot_download
|
26 |
|