finhdev commited on
Commit
98ef5e5
·
verified ·
1 Parent(s): 81aa900

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- timm>=0.9.8
2
- git+https://github.com/mlfoundations/open_clip
3
- git+https://github.com/huggingface/pytorch-image-models
4
- git+https://github.com/apple/ml-mobileclip
 
 
1
+ # provides timm inside the wheel
2
+ git+https://github.com/huggingface/pytorch-image-models@v0.9.8
3
+
4
+ open-clip-torch==2.27.0 # installs package `open_clip`
5
+ git+https://github.com/apple/ml-mobileclip.git@main