Spaces:
Running
on
Zero
Running
on
Zero
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.system("pip install flash-attn==2.
|
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.5.2")
|
6 |
import sys
|
7 |
import threading
|
8 |
|