Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
torch
|
| 2 |
-
torchvision
|
| 3 |
opencv-python>=4.9.0.80
|
| 4 |
diffusers>=0.31.0
|
| 5 |
transformers>=4.49.0
|
|
@@ -11,6 +11,6 @@ easydict
|
|
| 11 |
ftfy
|
| 12 |
dashscope
|
| 13 |
imageio-ffmpeg
|
| 14 |
-
https://github.com/
|
| 15 |
numpy>=1.23.5,<2
|
| 16 |
|
|
|
|
| 1 |
+
torch==2.5.0
|
| 2 |
+
torchvision==0.20.0
|
| 3 |
opencv-python>=4.9.0.80
|
| 4 |
diffusers>=0.31.0
|
| 5 |
transformers>=4.49.0
|
|
|
|
| 11 |
ftfy
|
| 12 |
dashscope
|
| 13 |
imageio-ffmpeg
|
| 14 |
+
flash-attn @ https://github.com/Dao-AILab/flash-attention/releases/download/v2.8.1/flash_attn-2.8.1+cu12torch2.5cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|
| 15 |
numpy>=1.23.5,<2
|
| 16 |
|