vilarin commited on
Commit
8544f4b
Β·
verified Β·
1 Parent(s): 0278a97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -1,9 +1,9 @@
1
- import subprocess
2
- subprocess.run(
3
- 'pip install flash-attn --no-build-isolation',
4
- env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"},
5
- shell=True
6
- )
7
  from threading import Thread
8
  import torch
9
  from PIL import Image
 
1
+ # import subprocess
2
+ # subprocess.run(
3
+ # 'pip install flash-attn --no-build-isolation',
4
+ # env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"},
5
+ # shell=True
6
+ # )
7
  from threading import Thread
8
  import torch
9
  from PIL import Image