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

feat: Add _to_copy, operator.get and clone ATen converters #2161

Merged
merged 4 commits into from
Aug 17, 2023

Commits on Aug 17, 2023

  1. feat: Add _to_copy, operator.get and clone

    - Add ATen converters for key operators in the pipeline of multiple
    models
    - Add robust testing and patch issues in interpreter
    - Add evaluator and casting utilities to the converter utils
    gs-olive committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    61e716e View commit details
    Browse the repository at this point in the history
  2. fix: Add temporary workaround for precisions

    - torch compile precisions are currently not being reflected due to
    recent API changes. This update honors specified precisions
    gs-olive committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    31c1cfd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26d1051 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e902db View commit details
    Browse the repository at this point in the history