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

[Torch] Support returning quantized weights and bias for BYOC use cases #9135

Merged
merged 9 commits into from
Sep 28, 2021

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    5617524 View commit details
    Browse the repository at this point in the history
  2. support returning 8bit weight

    masahi committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    88c65d7 View commit details
    Browse the repository at this point in the history
  3. add test

    masahi committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    1ebf646 View commit details
    Browse the repository at this point in the history
  4. add doc

    masahi committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    3d3e050 View commit details
    Browse the repository at this point in the history
  5. pylint

    masahi committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    cc518c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    978e21f View commit details
    Browse the repository at this point in the history
  2. fixed for dynamic linear case

    masahi committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    4a6f8c3 View commit details
    Browse the repository at this point in the history
  3. remove test function call

    masahi committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    59e5e88 View commit details
    Browse the repository at this point in the history
  4. simplifying

    masahi committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    2b5ef07 View commit details
    Browse the repository at this point in the history