Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
c445862
1
Parent(s):
add7045
Update requirements.txt
Browse files- requirements.txt +30 -31
requirements.txt
CHANGED
@@ -1,32 +1,31 @@
|
|
1 |
-
contexttimer
|
2 |
-
decord
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
numpy==1.24.4
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
imageio-ffmpeg
|
14 |
-
packaging
|
15 |
-
pandas
|
16 |
-
plotly
|
17 |
-
pre-commit
|
18 |
-
pycocoevalcap
|
19 |
-
pycocotools
|
20 |
-
python-magic
|
21 |
-
scikit-image
|
22 |
-
sentencepiece
|
23 |
-
spacy
|
24 |
-
streamlit
|
25 |
-
timm
|
26 |
-
tqdm
|
27 |
-
transformers
|
28 |
-
wheel
|
29 |
-
torchmetrics
|
30 |
-
tiktoken
|
31 |
-
jsonlines
|
32 |
-
tensorboardX
|
|
|
1 |
+
contexttimer==0.3.3
|
2 |
+
decord==0.6.0
|
3 |
+
einops==0.8.0
|
4 |
+
ftfy==6.2.3
|
5 |
+
ipython==8.28.0
|
6 |
+
packaging==24.1
|
7 |
+
pandas==2.2.3
|
8 |
+
plotly==5.24.1
|
9 |
+
pre-commit==4.0.1
|
10 |
+
pycocoevalcap==1.2
|
11 |
+
pycocotools==2.0.8
|
12 |
+
python-magic==0.4.27
|
13 |
+
scikit-image==0.24.0
|
14 |
+
sentencepiece==0.2.0
|
15 |
+
spacy==3.8.2
|
16 |
+
streamlit==1.39.0
|
17 |
+
tqdm==4.66.5
|
18 |
+
torchmetrics==1.4.2
|
19 |
+
tiktoken==0.8.0
|
20 |
+
jsonlines==4.0.0
|
21 |
+
tensorboardX==2.6.2.2
|
22 |
+
diffusers==0.30.1
|
23 |
+
accelerate==0.30.0
|
24 |
+
torch==2.1.2
|
25 |
+
torchvision==0.16.2
|
26 |
numpy==1.24.4
|
27 |
+
imageio==2.33.1
|
28 |
+
imageio-ffmpeg==0.5.1
|
29 |
+
timm==0.6.12
|
30 |
+
transformers==4.39.3
|
31 |
+
opencv-python-headless==4.10.0.84
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|