update requirements
Browse files- pre-requirements.txt +1 -1
- requirements.txt +1 -1
pre-requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
numpy==1.23.1
|
2 |
-
torch==1.
|
3 |
ftfy
|
4 |
regex
|
5 |
tqdm
|
|
|
1 |
numpy==1.23.1
|
2 |
+
torch==1.12.1
|
3 |
ftfy
|
4 |
regex
|
5 |
tqdm
|
requirements.txt
CHANGED
@@ -3,4 +3,4 @@ git+https://github.com/openai/CLIP.git
|
|
3 |
pytorchvideo @ git+https://github.com/facebookresearch/pytorchvideo.git@28fe037d212663c6a24f373b94cc5d478c8c1a1d
|
4 |
git+https://github.com/omimo/PyMO.git
|
5 |
git+https://github.com/microsoft/tutel@main
|
6 |
-
git+https://github.com/
|
|
|
3 |
pytorchvideo @ git+https://github.com/facebookresearch/pytorchvideo.git@28fe037d212663c6a24f373b94cc5d478c8c1a1d
|
4 |
git+https://github.com/omimo/PyMO.git
|
5 |
git+https://github.com/microsoft/tutel@main
|
6 |
+
git+https://github.com/rheallyc/ImageBind
|