Spaces:
Running
on
Zero
Running
on
Zero
MaziyarPanahi
commited on
Commit
•
cf34323
1
Parent(s):
a533ef3
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ from PIL import Image
|
|
7 |
import subprocess
|
8 |
from datetime import datetime
|
9 |
import numpy as np
|
|
|
10 |
|
11 |
|
12 |
# subprocess.run('pip install flash-attn --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
|
|
|
7 |
import subprocess
|
8 |
from datetime import datetime
|
9 |
import numpy as np
|
10 |
+
import os
|
11 |
|
12 |
|
13 |
# subprocess.run('pip install flash-attn --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
|