Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- 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
|
4 |
-
torchvision
|
5 |
-
datasets
|
6 |
-
transformers
|
7 |
-
tokenizers
|
8 |
-
deepspeed
|
9 |
-
accelerate
|
10 |
-
peft
|
11 |
-
timm
|
12 |
-
numpy
|
13 |
# data processing
|
14 |
-
decord
|
15 |
-
imageio
|
16 |
-
imageio-ffmpeg
|
17 |
-
moviepy
|
18 |
-
scenedetect
|
19 |
-
opencv-python
|
20 |
pyarrow
|
21 |
pysubs2
|
22 |
ffmpeg-python
|
23 |
# misc
|
24 |
-
scikit-learn
|
25 |
huggingface_hub
|
26 |
-
sentencepiece
|
27 |
shortuuid
|
28 |
-
einops
|
29 |
-
einops-exts
|
30 |
-
bitsandbytes
|
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
|
45 |
spaces
|
46 |
-
https://github.com/
|
|
|
|
|
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
|