Spaces:
Running
on
Zero
Running
on
Zero
AdrienB134
commited on
Commit
•
bcc154b
1
Parent(s):
e809fa7
hug
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ import time
|
|
20 |
from PIL import Image
|
21 |
import torch
|
22 |
import subprocess
|
23 |
-
subprocess.run('pip install flash-attn --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
|
24 |
|
25 |
|
26 |
|
|
|
20 |
from PIL import Image
|
21 |
import torch
|
22 |
import subprocess
|
23 |
+
# subprocess.run('pip install flash-attn --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
|
24 |
|
25 |
|
26 |
|