Spaces:
Runtime error
Runtime error
Commit
•
e4adf40
1
Parent(s):
4927106
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import spaces
|
2 |
-
|
3 |
# Install flash attention, skipping CUDA build if necessary
|
4 |
subprocess.run(
|
5 |
"pip install flash-attn --no-build-isolation",
|
|
|
1 |
import spaces
|
2 |
+
import subprocess
|
3 |
# Install flash attention, skipping CUDA build if necessary
|
4 |
subprocess.run(
|
5 |
"pip install flash-attn --no-build-isolation",
|