We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the mask-generation pipeline/task in transformers is not supported for onnx export:
optimum/optimum/exporters/tasks.py
Lines 147 to 170 in 618a483
I plan to implement SAM in Transformers.js, but I can't do any testing yet until it's supported by optimum :)
I'll implement it in Transformers.js once supported in optimum 👍
The text was updated successfully, but these errors were encountered:
Hi @xenova , planning to work on it tomorrow and do a release of optimum in sync with transformers early next week!
Sorry, something went wrong.
Fixed by #1025
Successfully merging a pull request may close this issue.
Feature request
Currently, the mask-generation pipeline/task in transformers is not supported for onnx export:
optimum/optimum/exporters/tasks.py
Lines 147 to 170 in 618a483
Motivation
I plan to implement SAM in Transformers.js, but I can't do any testing yet until it's supported by optimum :)
Your contribution
I'll implement it in Transformers.js once supported in optimum 👍
The text was updated successfully, but these errors were encountered: