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

Merge PEFT feature branch #11240

Merged
merged 8 commits into from Feb 29, 2024
Merged

Merge PEFT feature branch #11240

merged 8 commits into from Feb 29, 2024

Commits on Feb 28, 2024

  1. Enable Transformers weight-less model saving (#11075)

    Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
    B-Step62 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    26ad22d View commit details
    Browse the repository at this point in the history
  2. Support PEFT models in Transformers flavor (#11120)

    Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
    Signed-off-by: Yuki Watanabe <31463517+B-Step62@users.noreply.github.com>
    Co-authored-by: Ben Wilson <39283302+BenWilson2@users.noreply.github.com>
    B-Step62 and BenWilson2 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3bd8ecc View commit details
    Browse the repository at this point in the history
  3. Add an API to download and save model weights and use it for UC regis…

    …tration (#11157)
    
    Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
    B-Step62 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    de53ffc View commit details
    Browse the repository at this point in the history
  4. Suppress pipeline construction error message for PEFT model (#11187)

    Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
    B-Step62 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a3a8d0a View commit details
    Browse the repository at this point in the history
  5. Skip requirement inference for PEFT model (#11184)

    Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
    B-Step62 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    e00a87e View commit details
    Browse the repository at this point in the history
  6. Add tutorial notebook for PEFT (#11216)

    Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
    B-Step62 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    fd530ab View commit details
    Browse the repository at this point in the history
  7. Add documentations for PEFT and save_pretrained option (#11232)

    Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
    B-Step62 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    95135a3 View commit details
    Browse the repository at this point in the history
  8. Add a new feature card for PEFT support (#11255)

    Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
    B-Step62 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    91a3af5 View commit details
    Browse the repository at this point in the history