finhdev commited on
Commit
382a099
·
verified ·
1 Parent(s): 37da151

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -1
requirements.txt CHANGED
@@ -1,2 +1,8 @@
1
- open_clip_torch==3.1.0
 
 
 
 
 
 
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