-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support B/32, L/14, H/14, and g/14 trained on LAION-2B #825
Conversation
Codecov Report
@@ Coverage Diff @@
## main #825 +/- ##
==========================================
- Coverage 84.67% 82.57% -2.10%
==========================================
Files 21 21
Lines 1566 1567 +1
==========================================
- Hits 1326 1294 -32
- Misses 240 273 +33
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
📝 Docs are deployed on https://ft-large-model--jina-docs.netlify.app 🎉 |
server/clip_server/model/model.py This file is synced with https://github.com/mlfoundations/open_clip/blob/main/src/open_clip/model.py |
@ZiniuYu Please polish the PR's title. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This pr supports 4 new clip models introduced by https://laion.ai/blog/large-openclip/
It also sets timeout to 30 min in torch and onnx runtime since we have larger model files now