multimodalart HF Staff commited on
Commit
db2c6de
·
verified ·
1 Parent(s): 049a14f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import subprocess
2
- subprocess.run('pip install flash-attn --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
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