fffiloni commited on
Commit
8e78e84
·
verified ·
1 Parent(s): 893825d

prep for zero

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,12 +1,13 @@
1
- torch==2.3.1
2
- torchvision==0.18.1
3
  transformers==4.42.3
4
  opencv-python-headless<4.10
5
  peft<0.14.0
6
  timm==1.0.9
7
  einops==0.8.0
8
  #flash_attn
9
- https://github.com/Dao-AILab/flash-attention/releases/download/v2.6.3/flash_attn-2.6.3+cu123torch2.3cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
10
  sentencepiece==0.2.0
11
  mmengine<1
12
- accelerate
 
 
1
+ torch==2.4.1
2
+ torchvision==0.19.1
3
  transformers==4.42.3
4
  opencv-python-headless<4.10
5
  peft<0.14.0
6
  timm==1.0.9
7
  einops==0.8.0
8
  #flash_attn
9
+ https://github.com/Dao-AILab/flash-attention/releases/download/v2.6.3/flash_attn-2.6.3+cu123torch2.4cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
10
  sentencepiece==0.2.0
11
  mmengine<1
12
+ accelerate
13
+ numpy<2