Spaces:
Running
on
Zero
Running
on
Zero
kunhaokhliu
commited on
Commit
·
5d4f125
1
Parent(s):
8222adf
update
Browse files
app.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
|
| 2 |
import subprocess
|
| 3 |
subprocess.run('pip install flash-attn --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
|
| 4 |
|
|
|
|
| 1 |
+
import spaces
|
| 2 |
import subprocess
|
| 3 |
subprocess.run('pip install flash-attn --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
|
| 4 |
|