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

[from_pretrained] Make from_pretrained fast again #27709

Merged
merged 21 commits into from
Dec 11, 2023
Merged

[from_pretrained] Make from_pretrained fast again #27709

merged 21 commits into from
Dec 11, 2023

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    aacad2b View commit details
    Browse the repository at this point in the history
  2. Actually skip

    ArthurZucker committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    f340239 View commit details
    Browse the repository at this point in the history
  3. Check quality

    ArthurZucker committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    9ef7a90 View commit details
    Browse the repository at this point in the history
  4. Maybe change all inits

    ArthurZucker committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    193ede0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c649db4 View commit details
    Browse the repository at this point in the history
  6. Add a small test for now

    ArthurZucker committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    1d845e8 View commit details
    Browse the repository at this point in the history
  7. Style

    ArthurZucker committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    6ad429e View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. merge

    ArthurZucker committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    13fc67c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. test updates

    ArthurZucker committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    7672309 View commit details
    Browse the repository at this point in the history
  2. style

    ArthurZucker committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    a004fdf View commit details
    Browse the repository at this point in the history
  3. nice tes

    ArthurZucker committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    880d905 View commit details
    Browse the repository at this point in the history
  4. style

    ArthurZucker committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    010e5d7 View commit details
    Browse the repository at this point in the history
  5. make it even faster

    ArthurZucker committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    524da03 View commit details
    Browse the repository at this point in the history
  6. one more second

    ArthurZucker committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5e099d6 View commit details
    Browse the repository at this point in the history
  7. remove fx icompatible

    ArthurZucker committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d3099b8 View commit details
    Browse the repository at this point in the history
  8. Update tests/test_modeling_common.py

    Co-authored-by: Lysandre Debut <hi@lysand.re>
    ArthurZucker and LysandreJik committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    18e1c01 View commit details
    Browse the repository at this point in the history
  9. Update tests/test_modeling_common.py

    Co-authored-by: Lysandre Debut <hi@lysand.re>
    ArthurZucker and LysandreJik committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    6b32ed2 View commit details
    Browse the repository at this point in the history
  10. skip

    ArthurZucker committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    db41d38 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ff6e26b View commit details
    Browse the repository at this point in the history
  12. fix quality

    ArthurZucker committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    14f78dd View commit details
    Browse the repository at this point in the history
  13. protect the import

    ArthurZucker committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    79d95cc View commit details
    Browse the repository at this point in the history