Spaces:
Paused
Paused
Update app_wip.py
Browse files- app_wip.py +1 -1
app_wip.py
CHANGED
|
@@ -21,7 +21,7 @@ def ensure_flash_attn():
|
|
| 21 |
import flash_attn # noqa: F401
|
| 22 |
print("[init] flash-attn OK")
|
| 23 |
|
| 24 |
-
ensure_flash_attn()
|
| 25 |
|
| 26 |
from huggingface_hub import snapshot_download
|
| 27 |
|
|
|
|
| 21 |
import flash_attn # noqa: F401
|
| 22 |
print("[init] flash-attn OK")
|
| 23 |
|
| 24 |
+
#ensure_flash_attn()
|
| 25 |
|
| 26 |
from huggingface_hub import snapshot_download
|
| 27 |
|