Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -4,7 +4,7 @@ accelerate==1.2.1
|
|
4 |
|
5 |
transformers==4.47.1
|
6 |
|
7 |
-
safetensors==0.5.
|
8 |
|
9 |
paramiko
|
10 |
|
@@ -18,7 +18,9 @@ Pillow
|
|
18 |
|
19 |
#xformers --index-url https://download.pytorch.org/whl/cu124
|
20 |
|
21 |
-
git+https://github.com/facebookresearch/xformers.git
|
|
|
|
|
22 |
|
23 |
numpy==2.2.1
|
24 |
|
|
|
4 |
|
5 |
transformers==4.47.1
|
6 |
|
7 |
+
safetensors==0.5.1
|
8 |
|
9 |
paramiko
|
10 |
|
|
|
18 |
|
19 |
#xformers --index-url https://download.pytorch.org/whl/cu124
|
20 |
|
21 |
+
#git+https://github.com/facebookresearch/xformers.git
|
22 |
+
|
23 |
+
xformers==0.0.30.dev967
|
24 |
|
25 |
numpy==2.2.1
|
26 |
|