Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -26,6 +26,7 @@ def sh(cmd): subprocess.check_call(cmd, shell=True)
|
|
26 |
|
27 |
flash_attention_wheel = hf_hub_download(
|
28 |
repo_id="alexnasa/flash-attn-3",
|
|
|
29 |
filename="flash_attn_3-3.0.0b1-cp39-abi3-linux_x86_64.whl",
|
30 |
)
|
31 |
|
|
|
26 |
|
27 |
flash_attention_wheel = hf_hub_download(
|
28 |
repo_id="alexnasa/flash-attn-3",
|
29 |
+
repo_type="model",
|
30 |
filename="flash_attn_3-3.0.0b1-cp39-abi3-linux_x86_64.whl",
|
31 |
)
|
32 |
|