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

Adding 'use_dynamo' option for export to use onnx.dynamo_export() instead of onnx.export() #9147

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on May 8, 2024

  1. Ininial WARs to implement dynamo option for export

    Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com>
    borisfom committed May 8, 2024
    Configuration menu
    Copy the full SHA
    53102bc View commit details
    Browse the repository at this point in the history
  2. including weights in .onnx

    Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com>
    borisfom committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d3c41f7 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. dynamo_export works for many small models

    Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com>
    borisfom committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e9e81b0 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. External weights behaviour fixed

    Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com>
    borisfom committed May 17, 2024
    Configuration menu
    Copy the full SHA
    7907435 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Cleanup

    Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com>
    borisfom committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    732c119 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Merge remote-tracking branch 'upstream/main' into undecorate-typecheck

    Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com>
    borisfom committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a5caddb View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    ea50c5e View commit details
    Browse the repository at this point in the history
  2. Apply isort and black reformatting

    Signed-off-by: borisfom <borisfom@users.noreply.github.com>
    borisfom committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    dd21b74 View commit details
    Browse the repository at this point in the history
  3. print cleaned up

    Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com>
    borisfom committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6c299d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dcdc76 View commit details
    Browse the repository at this point in the history
  5. Added overloadable dynamic_shapes_for_export

    Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com>
    borisfom committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f425d8a View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Addressing code review

    Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com>
    borisfom committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    c7a5e84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a28fe1 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    a88f1c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Fixing CI issues

    Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com>
    borisfom committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    21a5882 View commit details
    Browse the repository at this point in the history