- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
torch
|
2 |
transformers
|
3 |
numpy
|
4 |
Pillow>=6.2.2
|
@@ -8,4 +8,4 @@ scikit-video
|
|
8 |
matplotlib
|
9 |
tqdm
|
10 |
git+https://github.com/openai/CLIP.git
|
11 |
-
mmcv
|
|
|
1 |
+
torch==2.4.0
|
2 |
transformers
|
3 |
numpy
|
4 |
Pillow>=6.2.2
|
|
|
8 |
matplotlib
|
9 |
tqdm
|
10 |
git+https://github.com/openai/CLIP.git
|
11 |
+
mmcv==2.2.0
|