Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ import re
|
|
12 |
print("Installing flash-attn...")
|
13 |
# Install flash attention
|
14 |
subprocess.run(
|
15 |
-
"pip install flash-attn --no-build-isolation",
|
16 |
env={"FLASH_ATTENTION_SKIP_CUDA_BUILD": "TRUE"},
|
17 |
shell=True
|
18 |
)
|
|
|
12 |
print("Installing flash-attn...")
|
13 |
# Install flash attention
|
14 |
subprocess.run(
|
15 |
+
"pip install flash-attn==2.7.4.post1 --no-build-isolation",
|
16 |
env={"FLASH_ATTENTION_SKIP_CUDA_BUILD": "TRUE"},
|
17 |
shell=True
|
18 |
)
|