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(transformers): pretrained protocol support #3684

Merged
merged 19 commits into from
Apr 4, 2023

Commits on Apr 1, 2023

  1. refactor: update transformers implementation

    - Now only pickle the class instead of the weight
    
    Signed-off-by: Aaron <[email protected]>
    aarnphm committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    a8fc500 View commit details
    Browse the repository at this point in the history
  2. revert: remove partial kwargs

    Signed-off-by: Aaron <[email protected]>
    aarnphm committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    1e1f182 View commit details
    Browse the repository at this point in the history
  3. revert: variable change

    Signed-off-by: Aaron <[email protected]>
    aarnphm committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    f2746db View commit details
    Browse the repository at this point in the history
  4. feat: import_pretrained

    Signed-off-by: Aaron <[email protected]>
    aarnphm committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    11dc127 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d4c831 View commit details
    Browse the repository at this point in the history
  6. feat: PreTrainedRunnable

    Signed-off-by: Aaron <[email protected]>
    aarnphm committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    045fa92 View commit details
    Browse the repository at this point in the history
  7. chore: rename to import_model

    Signed-off-by: Aaron <[email protected]>
    aarnphm committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    518ef2f View commit details
    Browse the repository at this point in the history
  8. feat: support pretrained with save_model

    Signed-off-by: Aaron <[email protected]>
    aarnphm committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    0cadef8 View commit details
    Browse the repository at this point in the history
  9. fix: logs and implementation

    Signed-off-by: Aaron <[email protected]>
    aarnphm committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    ca8f91f View commit details
    Browse the repository at this point in the history
  10. fix: make sure loading custom pipeline works with v1

    Signed-off-by: Aaron <[email protected]>
    aarnphm committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    1d3d215 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8b33b63 View commit details
    Browse the repository at this point in the history
  12. fix: types and remove unnecessary version check

    Signed-off-by: Aaron <[email protected]>
    aarnphm committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    d6260ca View commit details
    Browse the repository at this point in the history
  13. fix: tests

    Signed-off-by: Aaron <[email protected]>
    aarnphm committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    c1861df View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0896d7d View commit details
    Browse the repository at this point in the history
  15. test: add pretrained examples

    Signed-off-by: Aaron <[email protected]>
    aarnphm committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    b1d4de4 View commit details
    Browse the repository at this point in the history
  16. chore: remove preprocess

    Signed-off-by: Aaron <[email protected]>
    aarnphm committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    ba01d0a View commit details
    Browse the repository at this point in the history
  17. tests: add vit as image pretrained

    Signed-off-by: Aaron <[email protected]>
    aarnphm committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    08d09ce View commit details
    Browse the repository at this point in the history
  18. fix: lint

    Signed-off-by: Aaron <[email protected]>
    aarnphm committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    3393fe7 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. fix: remove unused logging alias

    Signed-off-by: Aaron <[email protected]>
    aarnphm committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    3b1f25f View commit details
    Browse the repository at this point in the history