Skip to content
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

GDINO - separate BERT into a standalone encoder stage for easy quantization #21

Open
rhysdg opened this issue Aug 2, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rhysdg
Copy link
Owner

rhysdg commented Aug 2, 2024

  • One thing we do know for certain is that that onnxruntime now have BERT support via their transformer optimizer, it;d be great to pull this out and treat it for either mixed precision or quant.
  • The rest of the network can then become a self contained optimisation problem or remain as a torch eager execution with an AMP context
@rhysdg rhysdg added the enhancement New feature or request label Aug 2, 2024
@rhysdg rhysdg self-assigned this Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant