Spaces:
No application file
No application file
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
decord
|
2 |
+
einops
|
3 |
+
lm_eval
|
4 |
+
numpy
|
5 |
+
packaging
|
6 |
+
pytest
|
7 |
+
setuptools
|
8 |
+
timm
|
9 |
+
transformers
|
10 |
+
wheel
|
11 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
12 |
+
torch==2.1.1
|
13 |
+
torchvision==0.16.1
|