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

LoRA support for HF::AutoModelForCausalLM #10982

Merged
merged 14 commits into from
Oct 24, 2024
Merged

Commits on Oct 23, 2024

  1. add LinearAdapter

    Signed-off-by: Alexandros Koumparoulis <[email protected]>
    akoumpa committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4bb2674 View commit details
    Browse the repository at this point in the history
  2. add hf lora example

    Signed-off-by: Alexandros Koumparoulis <[email protected]>
    akoumpa committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    5a3433d View commit details
    Browse the repository at this point in the history
  3. remove unused imports

    Signed-off-by: Alexandros Koumparoulis <[email protected]>
    akoumpa committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    1ba27a8 View commit details
    Browse the repository at this point in the history
  4. fix

    Signed-off-by: Alexandros Koumparoulis <[email protected]>
    akoumpa committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    15d13e8 View commit details
    Browse the repository at this point in the history
  5. fix

    Signed-off-by: Alexandros Koumparoulis <[email protected]>
    akoumpa committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ced6a40 View commit details
    Browse the repository at this point in the history
  6. subclass mixin

    Signed-off-by: Alexandros Koumparoulis <[email protected]>
    akoumpa committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    1b5dc5b View commit details
    Browse the repository at this point in the history
  7. remove stale imports

    Signed-off-by: Alexandros Koumparoulis <[email protected]>
    akoumpa committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    63c339e View commit details
    Browse the repository at this point in the history
  8. undo

    Signed-off-by: Alexandros Koumparoulis <[email protected]>
    akoumpa committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9d39bae View commit details
    Browse the repository at this point in the history
  9. fix scale

    Signed-off-by: Alexandros Koumparoulis <[email protected]>
    akoumpa committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7851c71 View commit details
    Browse the repository at this point in the history
  10. regex selector for peft

    Signed-off-by: Alexandros Koumparoulis <[email protected]>
    akoumpa committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4aa51de View commit details
    Browse the repository at this point in the history
  11. move lora

    Signed-off-by: Alexandros Koumparoulis <[email protected]>
    akoumpa committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f836a5c View commit details
    Browse the repository at this point in the history
  12. fmt

    Signed-off-by: Alexandros Koumparoulis <[email protected]>
    akoumpa committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    25cb9a4 View commit details
    Browse the repository at this point in the history
  13. hf_auto_model_for_causal_lm finetune recipe

    Signed-off-by: Alexandros Koumparoulis <[email protected]>
    akoumpa committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8f42a58 View commit details
    Browse the repository at this point in the history
  14. Apply isort and black reformatting

    Signed-off-by: akoumpa <[email protected]>
    akoumpa committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    851a10e View commit details
    Browse the repository at this point in the history