lehduong commited on
Commit
1b013dc
·
verified ·
1 Parent(s): 2db0e1a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +39 -31
requirements.txt CHANGED
@@ -1,44 +1,52 @@
1
- transformers==4.45.2
2
- pytorch-lightning==2.2.1
3
- accelerate==0.34.2
4
- deepspeed==0.15.2
5
- triton==2.3.1
6
- diffusers==0.30.3
7
- controlnet_aux==0.0.9
8
- opencv-python==4.5.5.64
9
- opencv-python-headless==4.5.5.64
10
- pillow==10.2.0
11
- mediapipe
12
- flash-attn==2.6.3
13
- flash-attention-fused-dense @ git+https://github.com/Dao-AILab/[email protected]#subdirectory=csrc/fused_dense_lib
14
- datasets==3.0.1
15
- huggingface_hub==0.24
16
- sentencepiece==0.1.99
17
- timm==0.6.7
18
- torchmetrics==1.3.2
19
- einops
20
- opt_einsum
21
- pykeops
22
- zstandard
23
- h5py
24
- wandb==0.16.3
25
- hydra-core==1.3.1
26
- hydra-colorlog==1.2.0
27
- hydra-optuna-sweeper==1.2.0
28
- pyrootutils
29
  matplotlib
30
  jupyter
31
  ipython
32
- rich
33
- pytest
34
  ipdb
35
  gpustat
36
  scikit-learn
37
  spacy
38
  munch
 
 
39
  fvcore
 
 
 
 
40
  psutil
 
41
  twine
42
  gdown
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  jaxtyping
44
- gradio
 
 
 
 
 
 
 
1
+ pytest
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  matplotlib
3
  jupyter
4
  ipython
 
 
5
  ipdb
6
  gpustat
7
  scikit-learn
8
  spacy
9
  munch
10
+ einops
11
+ opt_einsum
12
  fvcore
13
+ gsutil
14
+ cmake
15
+ pykeops
16
+ zstandard
17
  psutil
18
+ h5py
19
  twine
20
  gdown
21
+ hydra-core==1.3.1
22
+ hydra-colorlog==1.2.0
23
+ hydra-optuna-sweeper==1.2.0
24
+ pyrootutils
25
+ rich
26
+ transformers==4.45.2
27
+ datasets==3.0.1
28
+ pytorch-lightning==2.2.1
29
+ triton==2.3.1
30
+ wandb==0.16.3
31
+ controlnet_aux==0.0.9
32
+ timm==0.6.7
33
+ torchmetrics==1.3.2
34
+ git+https://github.com/mlcommons/[email protected]
35
+ accelerate==0.34.2
36
+ diffusers==0.30.3
37
+ deepspeed==0.15.2
38
+ sentencepiece==0.1.99
39
+ pillow==10.2.0
40
+ torch==2.3.1
41
+ torchvision==0.18.1
42
+ torchaudio==2.3.1
43
+ flash-attn==2.6.3
44
+ git+https://github.com/Dao-AILab/[email protected]#subdirectory=csrc/fused_dense_lib
45
  jaxtyping
46
+ mediapipe
47
+ gradio
48
+ git+https://github.com/facebookresearch/pytorch3d.git
49
+ opencv-python==4.5.5.64
50
+ opencv-python-headless==4.5.5.64
51
+ huggingface_hub==0.24
52
+ numpy==1.24.4