lixin4ever commited on
Commit
a242d1b
·
verified ·
1 Parent(s): de42a15

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +23 -24
requirements.txt CHANGED
@@ -1,33 +1,32 @@
1
- --extra-index-url https://download.pytorch.org/whl/cu124
2
  # basic dependencies
3
- torch==2.4.0
4
- torchvision==0.19.0
5
- datasets==2.21.0
6
- transformers==4.46.3
7
- tokenizers==0.20.3
8
- deepspeed==0.15.4
9
- accelerate==1.0.1
10
- peft==0.4.0
11
- timm==1.0.3
12
- numpy==1.24.4
13
  # data processing
14
- decord==0.6.0
15
- imageio==2.34.0
16
- imageio-ffmpeg==0.4.9
17
- moviepy==1.0.3
18
- scenedetect==0.6.3
19
- opencv-python==4.6.0.66
20
  pyarrow
21
  pysubs2
22
  ffmpeg-python
23
  # misc
24
- scikit-learn==1.2.2
25
  huggingface_hub
26
- sentencepiece==0.1.99
27
  shortuuid
28
- einops==0.6.1
29
- einops-exts==0.0.4
30
- bitsandbytes==0.43.3 # for cuda 124
31
  pydantic>=2.0
32
  markdown2[all]
33
  gradio==5.34.0
@@ -41,6 +40,6 @@ tensorboard
41
  wandb
42
  tabulate
43
  Levenshtein
44
- pycocotools==2.0.8
45
  spaces
46
- https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.3/flash_attn-2.7.3+cu12torch2.4cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
 
 
1
  # basic dependencies
2
+ torch
3
+ torchvision
4
+ datasets
5
+ transformers
6
+ tokenizers
7
+ deepspeed
8
+ accelerate
9
+ peft
10
+ timm
11
+ numpy
12
  # data processing
13
+ decord
14
+ imageio
15
+ imageio-ffmpeg
16
+ moviepy
17
+ scenedetect
18
+ opencv-python
19
  pyarrow
20
  pysubs2
21
  ffmpeg-python
22
  # misc
23
+ scikit-learn
24
  huggingface_hub
25
+ sentencepiece
26
  shortuuid
27
+ einops
28
+ einops-exts
29
+ bitsandbytes
30
  pydantic>=2.0
31
  markdown2[all]
32
  gradio==5.34.0
 
40
  wandb
41
  tabulate
42
  Levenshtein
43
+ pycocotools
44
  spaces
45
+ https://github.com/mjun0812/flash-attention-prebuild-wheels/releases/download/v0.0.8/flash_attn-2.7.4.post1+cu126torch2.7-cp310-cp310-linux_x86_64.whl