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

Exllamav2 lora support #4229

Merged
merged 9 commits into from
Oct 14, 2023
Merged

Exllamav2 lora support #4229

merged 9 commits into from
Oct 14, 2023

Commits on Oct 8, 2023

  1. Update LoRA.py

    Ph0rk0z authored Oct 8, 2023
    Configuration menu
    Copy the full SHA
    938af73 View commit details
    Browse the repository at this point in the history
  2. Update exllamav2.py

    Ph0rk0z authored Oct 8, 2023
    Configuration menu
    Copy the full SHA
    aeddeeb View commit details
    Browse the repository at this point in the history
  3. Update exllamav2_hf.py

    Ph0rk0z authored Oct 8, 2023
    Configuration menu
    Copy the full SHA
    b69d1e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Free LoRA memory

    Unload lora so the memory is freed at next generation. Otherwise swapping many LoRA would cause OOM.
    Ph0rk0z authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    86cc3a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Configuration menu
    Copy the full SHA
    27a218e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ec5fdd View commit details
    Browse the repository at this point in the history
  3. Lint

    oobabooga committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    07a8089 View commit details
    Browse the repository at this point in the history
  4. Multi-lora support

    oobabooga committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    1df0138 View commit details
    Browse the repository at this point in the history
  5. Lint

    oobabooga committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    8b3305d View commit details
    Browse the repository at this point in the history