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

PTQ via NeMo-Run CLI #10984

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

PTQ via NeMo-Run CLI #10984

wants to merge 11 commits into from

Commits on Oct 30, 2024

  1. PTQ support in nemo CLI

    Signed-off-by: Jan Lasek <[email protected]>
    janekl committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    aad2021 View commit details
    Browse the repository at this point in the history
  2. Naming engine vs checkpoint

    Signed-off-by: Jan Lasek <[email protected]>
    janekl committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    5bd8f68 View commit details
    Browse the repository at this point in the history
  3. Apply review remarks

    Signed-off-by: Jan Lasek <[email protected]>
    janekl committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    962fb69 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Merge branch 'main' into jlasek/ptq_cli

    Signed-off-by: Jan Lasek <[email protected]>
    janekl committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f735803 View commit details
    Browse the repository at this point in the history
  2. Print log message with export path

    Signed-off-by: Jan Lasek <[email protected]>
    janekl committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    88bee68 View commit details
    Browse the repository at this point in the history
  3. Use pathlib.Path for API consistency

    Signed-off-by: Jan Lasek <[email protected]>
    janekl committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f3d90c7 View commit details
    Browse the repository at this point in the history
  4. Update PTQ docstring

    Signed-off-by: Jan Lasek <[email protected]>
    janekl committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f28a839 View commit details
    Browse the repository at this point in the history
  5. Fix pylint complains on too long lines

    Signed-off-by: Jan Lasek <[email protected]>
    janekl committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    2c604bc View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Add missing docstrings

    Signed-off-by: Jan Lasek <[email protected]>
    janekl committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d93db28 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into jlasek/ptq_cli

    Signed-off-by: Jan Lasek <[email protected]>
    janekl committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    9bc7a5a View commit details
    Browse the repository at this point in the history
  3. Apply isort and black reformatting

    Signed-off-by: janekl <[email protected]>
    janekl committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2a08c9e View commit details
    Browse the repository at this point in the history