Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
|
@@ -1,2 +1,8 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
pytorch-image-models>=0.9.8
|
|
|
|
| 1 |
+
# Latest OpenCLIP with MobileCLIP support – no version pin
|
| 2 |
+
git+https://github.com/mlfoundations/open_clip.git
|
| 3 |
+
|
| 4 |
+
# MobileCLIP helper code, but WITHOUT its strict dependency pins
|
| 5 |
+
git+https://github.com/apple/ml-mobileclip.git#egg=mobileclip&subdirectory=. --no-deps
|
| 6 |
+
|
| 7 |
+
# Timm (pytorch‑image‑models) – used internally by OpenCLIP
|
| 8 |
pytorch-image-models>=0.9.8
|