Spaces:
Runtime error
Runtime error
Benjamin Gonzalez commited on
Commit ·
0151e30
1
Parent(s): 8377710
fix install order
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
|
|
|
| 2 |
flash-attn==2.3.6
|
| 3 |
mlflow==2.6.0
|
| 4 |
cloudpickle==2.2.1
|
|
@@ -16,7 +17,6 @@ librosa==0.10.1
|
|
| 16 |
diffusers==0.21.4
|
| 17 |
sentencepiece==0.1.99
|
| 18 |
transformers==4.34.0
|
| 19 |
-
torch==2.1.0
|
| 20 |
accelerate==0.23.0
|
| 21 |
Pillow==9.4.0
|
| 22 |
einops
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
+
torch==2.1.0
|
| 3 |
flash-attn==2.3.6
|
| 4 |
mlflow==2.6.0
|
| 5 |
cloudpickle==2.2.1
|
|
|
|
| 17 |
diffusers==0.21.4
|
| 18 |
sentencepiece==0.1.99
|
| 19 |
transformers==4.34.0
|
|
|
|
| 20 |
accelerate==0.23.0
|
| 21 |
Pillow==9.4.0
|
| 22 |
einops
|