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

MVP for Alternating Flow #1912

Merged
merged 44 commits into from
Jan 9, 2024
Merged

MVP for Alternating Flow #1912

merged 44 commits into from
Jan 9, 2024

Commits on Nov 16, 2023

  1. initial recipe re-loading

    Satrat committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    d5abe8e View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

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

Commits on Dec 7, 2023

  1. loading for input recipe

    Satrat committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2d7b5b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cc9e16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    356bd81 View commit details
    Browse the repository at this point in the history
  4. clean up fn names

    Satrat committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    1b67b6f View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    f06ed8a View commit details
    Browse the repository at this point in the history
  2. clean up duplicated code

    Satrat committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ab5a464 View commit details
    Browse the repository at this point in the history
  3. delete extra file

    Satrat committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    11f4efe View commit details
    Browse the repository at this point in the history
  4. unit tests

    Satrat committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    7e960a3 View commit details
    Browse the repository at this point in the history
  5. fix failing test

    Satrat committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ebb5407 View commit details
    Browse the repository at this point in the history
  6. quantization edge cases

    Satrat committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    6a394d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. quant tests

    Satrat committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    d7974bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b9014d View commit details
    Browse the repository at this point in the history
  3. fixes for stage name clashes

    Satrat committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    701ab2c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'sparse_auto_recipe' of github.com:neuralmagic/sparseml …

    …into sparse_auto_recipe
    Satrat committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    5812488 View commit details
    Browse the repository at this point in the history
  5. clean up documentation

    Satrat committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    21473aa View commit details
    Browse the repository at this point in the history
  6. setup StageRunner class

    Satrat committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    485501b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d536a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. cleanup helper fns

    Satrat committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    a4406ae View commit details
    Browse the repository at this point in the history
  2. precision support

    Satrat committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    4576a80 View commit details
    Browse the repository at this point in the history
  3. formatting

    Satrat committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    27467e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10a0fed View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. WIP for alternating

    Satrat committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    7c754e0 View commit details
    Browse the repository at this point in the history
  2. fixing device issue

    Satrat committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    0eb06bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f45326d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e46dd96 View commit details
    Browse the repository at this point in the history
  5. MVP for alternating flows

    Satrat committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    d308987 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe9af83 View commit details
    Browse the repository at this point in the history
  7. clarity comments

    Satrat committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    5f6e854 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'sparse_auto_recipe' of github.com:neuralmagic/sparseml …

    …into sparse_auto_recipe
    Satrat committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    4588eb2 View commit details
    Browse the repository at this point in the history
  9. clean up docstrings

    Satrat committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    391350d View commit details
    Browse the repository at this point in the history
  10. fix unit test

    Satrat committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    f7fb65a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e429929 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7336453 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2968171 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. add finetuning README

    Satrat committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ee1ee2d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    9004da6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    180a24d View commit details
    Browse the repository at this point in the history
  3. cleaning up stage logic

    Satrat committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    a8760eb View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    8eba7dd View commit details
    Browse the repository at this point in the history
  2. quality

    Satrat committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    9ef0d4c View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

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

Commits on Jan 9, 2024

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