alexnasa commited on
Commit
b7c7111
·
verified ·
1 Parent(s): 8cf1fac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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