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] Add hub utils #39

Merged
merged 7 commits into from
Jan 30, 2023
Merged

Commits on Jan 25, 2023

  1. v1 working

    - from_pretrained support for config
    - from_pretrained support for loramodel
    - todo: tests
    - todo: push_to_hub
    younesbelkada committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    2896cf0 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. add config tests

    younesbelkada committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    2cc7f2c View commit details
    Browse the repository at this point in the history
  2. working v1

    - push to hub method works
    - add tests
    - add config super class
    - add Lora support for `from_pretrained`
    younesbelkada committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    634f369 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    ad69958 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Apply suggestions from code review

    Co-authored-by: Sourab Mangrulkar <13534540+pacman100@users.noreply.github.com>
    younesbelkada and pacman100 committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    16182ea View commit details
    Browse the repository at this point in the history
  2. adapt from code review

    - remove `README`
    - inherit from `dataclass`
    - add new test
    younesbelkada committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    22295c4 View commit details
    Browse the repository at this point in the history
  3. adapt for other models

    younesbelkada committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    6c9534e View commit details
    Browse the repository at this point in the history