Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
-
torch==2.
|
| 3 |
-
torchvision
|
| 4 |
-
torchaudio
|
| 5 |
accelerate
|
| 6 |
numpy
|
| 7 |
pillow
|
|
@@ -11,4 +11,4 @@ xformers
|
|
| 11 |
realesrgan
|
| 12 |
py360convert
|
| 13 |
gradio
|
| 14 |
-
flash-attn==2.7.4.post1
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
+
torch==2.5.1+cu121
|
| 3 |
+
torchvision==0.20.1+cu121
|
| 4 |
+
torchaudio==2.5.1+cu121
|
| 5 |
accelerate
|
| 6 |
numpy
|
| 7 |
pillow
|
|
|
|
| 11 |
realesrgan
|
| 12 |
py360convert
|
| 13 |
gradio
|
| 14 |
+
flash-attn==2.7.4.post1
|