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

Trainer._load_from_checkpoint - support loading multiple Peft adapters #30505

Merged

Commits on Apr 25, 2024

  1. Trainer: load checkpoint model with multiple adapters

    Clara Luise Pohland committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8ac83b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04a77ac View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    7d38e25 View commit details
    Browse the repository at this point in the history
  2. Trainer._load_from_checkpoint support multiple active adapters

    Clara Luise Pohland committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d043121 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. PeftModel.set_adapter does not support multiple adapters yet

    Clara Luise Pohland committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    16bd0ef View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Trainer._load_from_checkpoint test multiple adapters

    Clara Luise Pohland committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1d6d481 View commit details
    Browse the repository at this point in the history