Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +44 -6
requirements.txt
CHANGED
@@ -1,6 +1,44 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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/flash-attention@v2.6.3#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
|