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

[core/ FEAT] Add the possibility to push custom tags using PreTrainedModel itself #28405

Merged
merged 29 commits into from
Jan 15, 2024

Commits on Jan 9, 2024

  1. v1 tags

    younesbelkada committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    dd5cbe3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f78ed31 View commit details
    Browse the repository at this point in the history
  3. v2

    younesbelkada committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    da00274 View commit details
    Browse the repository at this point in the history
  4. rm unneeded warning

    younesbelkada committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    1180585 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3485b10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b82255 View commit details
    Browse the repository at this point in the history
  7. Update src/transformers/utils/hub.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    younesbelkada and amyeroberts committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    4c7806e View commit details
    Browse the repository at this point in the history
  8. Update src/transformers/utils/hub.py

    Co-authored-by: Lucain <lucainp@gmail.com>
    younesbelkada and Wauplin committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    8b89796 View commit details
    Browse the repository at this point in the history
  9. Update src/transformers/utils/hub.py

    Co-authored-by: Lucain <lucainp@gmail.com>
    younesbelkada and Wauplin committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    e73dc7b View commit details
    Browse the repository at this point in the history
  10. more enhancements

    younesbelkada committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    fbef2de View commit details
    Browse the repository at this point in the history
  11. oops

    younesbelkada committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    0e4daad View commit details
    Browse the repository at this point in the history
  12. merge tags

    younesbelkada committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    c19e751 View commit details
    Browse the repository at this point in the history
  13. clean up

    younesbelkada committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    eb93371 View commit details
    Browse the repository at this point in the history
  14. revert unneeded change

    younesbelkada committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    1fe93b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    a24ad9b View commit details
    Browse the repository at this point in the history
  2. add extensive docs

    younesbelkada committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    6cfd6f5 View commit details
    Browse the repository at this point in the history
  3. more docs

    younesbelkada committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    40a1d4b View commit details
    Browse the repository at this point in the history
  4. more kwargs

    younesbelkada committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    dc31941 View commit details
    Browse the repository at this point in the history
  5. add test

    younesbelkada committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    acd676b View commit details
    Browse the repository at this point in the history
  6. oops

    younesbelkada committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    db3197d View commit details
    Browse the repository at this point in the history
  7. fix test

    younesbelkada committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    f14cf93 View commit details
    Browse the repository at this point in the history
  8. Update src/transformers/modeling_utils.py

    Co-authored-by: Omar Sanseviero <osanseviero@gmail.com>
    younesbelkada and osanseviero committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    31117f4 View commit details
    Browse the repository at this point in the history
  9. Update src/transformers/utils/hub.py

    Co-authored-by: Lucain <lucainp@gmail.com>
    younesbelkada and Wauplin committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    36f2cb7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    514f13b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Update src/transformers/trainer.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    younesbelkada and amyeroberts committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    b3d5900 View commit details
    Browse the repository at this point in the history
  2. Update src/transformers/modeling_utils.py

    Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
    younesbelkada and amyeroberts committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    22d3412 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85584ae View commit details
    Browse the repository at this point in the history
  4. add more conditions

    younesbelkada committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    1e3fc1e View commit details
    Browse the repository at this point in the history
  5. more logic

    younesbelkada committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    59738c6 View commit details
    Browse the repository at this point in the history