Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import argparse
|
|
| 2 |
import json
|
| 3 |
import os
|
| 4 |
os.system("pip install torch==2.6.0 torchvision==0.21.0 --index-url https://download.pytorch.org/whl/cu124")
|
| 5 |
-
os.
|
| 6 |
import sys
|
| 7 |
import threading
|
| 8 |
|
|
|
|
| 2 |
import json
|
| 3 |
import os
|
| 4 |
os.system("pip install torch==2.6.0 torchvision==0.21.0 --index-url https://download.pytorch.org/whl/cu124")
|
| 5 |
+
os.system("pip install flash-attn==2.4.3")
|
| 6 |
import sys
|
| 7 |
import threading
|
| 8 |
|