updated openclip dependency
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
numpy
|
2 |
sentence-transformers
|
3 |
-
open_clip
|
4 |
torch
|
5 |
datasets
|
6 |
scikit-learn
|
|
|
1 |
numpy
|
2 |
sentence-transformers
|
3 |
+
git+https://github.com/mlfoundations/open_clip.git
|
4 |
torch
|
5 |
datasets
|
6 |
scikit-learn
|