-
Notifications
You must be signed in to change notification settings - Fork 487
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
Add support for siglip models #1563
base: main
Are you sure you want to change the base?
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
Got it working 🥳 huggingface/transformers.js#473 |
huggingface/transformers#26522 Is now merged into transformers! |
@xenova can you push to this branch so that the CI is rerun? |
Done ✅ (merged main) |
Thanks! Not sure why we have
|
Hey @xenova, any status on this? Can we get it merged? :) I feel that this model is highly relevant and needs optimized inference :) |
What does this PR do?
This PR adds support for exporting SigLIP models to ONNX. WIP for this issue.
Before submitting