Spaces:
Runtime error
Runtime error
Update requitements.txt
Browse files- requitements.txt +10 -0
requitements.txt
CHANGED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pytorchvideo
|
2 |
+
numpy
|
3 |
+
packaging
|
4 |
+
pytest
|
5 |
+
setuptools
|
6 |
+
timm
|
7 |
+
transformers
|
8 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
9 |
+
torch==2.1.1
|
10 |
+
torchvision==0.16.1
|