chengzeyi commited on
Commit
28cce8a
·
verified ·
1 Parent(s): 5d018ed

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
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,6 +11,5 @@ easydict
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
-
 
1
+ torch==2.8.0
2
+ torchvision==0.23.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
+ https://github.com/mjun0812/flash-attention-prebuild-wheels/releases/download/v0.3.18/flash_attn-2.7.4+cu128torch2.8-cp310-cp310-linux_x86_64.whl
15
+ numpy>=1.23.5,<2