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

Fix ONNX export for MobileBERT #1539

Merged
merged 3 commits into from
Apr 26, 2023
Merged

Fix ONNX export for MobileBERT #1539

merged 3 commits into from
Apr 26, 2023

Commits on Apr 26, 2023

  1. Account for the possibility of the quantized embedddings to be in int…

    …8 format (conversion to uint8 occurs later)
    anmarques committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    be8a6d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bfcada View commit details
    Browse the repository at this point in the history
  3. Style and quality fixes

    anmarques committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    c4326b1 View commit details
    Browse the repository at this point in the history