Spaces:
Runtime error
Runtime error
Fix requirements.
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
# basic dependencies
|
|
|
3 |
torch==2.0.1
|
4 |
transformers==4.37.2
|
5 |
tokenizers==0.15.1
|
@@ -12,7 +13,6 @@ numpy
|
|
12 |
decord==0.6.0
|
13 |
imageio==2.34.0
|
14 |
imageio-ffmpeg==0.4.9
|
15 |
-
torchvision==0.15.2
|
16 |
pytorchvideo==0.1.5
|
17 |
moviepy==1.0.3
|
18 |
scenedetect==0.6.3
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
# basic dependencies
|
3 |
+
torchvision==0.15.2
|
4 |
torch==2.0.1
|
5 |
transformers==4.37.2
|
6 |
tokenizers==0.15.1
|
|
|
13 |
decord==0.6.0
|
14 |
imageio==2.34.0
|
15 |
imageio-ffmpeg==0.4.9
|
|
|
16 |
pytorchvideo==0.1.5
|
17 |
moviepy==1.0.3
|
18 |
scenedetect==0.6.3
|