KevinQHLin commited on
Commit
9dd0c34
·
verified ·
1 Parent(s): 29f12bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -28,8 +28,7 @@ from huggingface_hub import hf_hub_download, list_repo_files
28
 
29
  # flash attention
30
  import subprocess
31
- # subprocess.run('pip install flash-attn --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
32
- subprocess.run('pip install flash-attn --no-build-isolation', shell=True)
33
 
34
  # Define constants
35
  DESCRIPTION = "[ShowUI Demo](https://huggingface.co/showlab/ShowUI-2B)"
 
28
 
29
  # flash attention
30
  import subprocess
31
+ subprocess.run('pip install flash-attn --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
 
32
 
33
  # Define constants
34
  DESCRIPTION = "[ShowUI Demo](https://huggingface.co/showlab/ShowUI-2B)"