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] Adds support for bias in LoRA #5733

Open
wants to merge 29 commits into
base: main
Choose a base branch
from

Commits on Jun 21, 2024

  1. LoRA Bias Support

    Umesh Deshpande committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e491d72 View commit details
    Browse the repository at this point in the history
  2. Minor changes

    Umesh Deshpande committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b0ed274 View commit details
    Browse the repository at this point in the history
  3. Ignore types to avoid error

    Umesh Deshpande committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    fced7ec View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Merge branch 'main' of https://github.com/vllm-project/vllm into bias…

    …-for-lora
    Umesh Deshpande committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    575032f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Merge branch 'main' of https://github.com/vllm-project/vllm into bias…

    …-for-lora
    Umesh Deshpande committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    882a8e8 View commit details
    Browse the repository at this point in the history
  2. enable-lora-bias flag

    Umesh Deshpande committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    29a58c2 View commit details
    Browse the repository at this point in the history
  3. Resolved conflicts

    Umesh Deshpande committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    7e64588 View commit details
    Browse the repository at this point in the history
  4. yapf formatting

    Umesh Deshpande committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    06ba6cf View commit details
    Browse the repository at this point in the history
  5. yapf formatting

    Umesh Deshpande committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    84a37ea View commit details
    Browse the repository at this point in the history
  6. yapf formatting

    Umesh Deshpande committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    cd1bb03 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. LoRA Bias Support

    Umesh Deshpande committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d73cecb View commit details
    Browse the repository at this point in the history
  2. Minor changes

    Umesh Deshpande committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    857152b View commit details
    Browse the repository at this point in the history
  3. Ignore types to avoid error

    Umesh Deshpande committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c02bee6 View commit details
    Browse the repository at this point in the history
  4. enable-lora-bias flag

    Umesh Deshpande committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0eaaecb View commit details
    Browse the repository at this point in the history
  5. yapf formatting

    Umesh Deshpande committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    5c8acd0 View commit details
    Browse the repository at this point in the history
  6. yapf formatting

    Umesh Deshpande committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f261cf6 View commit details
    Browse the repository at this point in the history
  7. yapf formatting

    Umesh Deshpande committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1c78eb2 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'bias-for-lora' of github.com:followumesh/vllm into bias…

    …-for-lora
    Umesh Deshpande committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    387be43 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. E2E test for lora bias

    Umesh Deshpande committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    4845dae View commit details
    Browse the repository at this point in the history
  2. Merged main

    Umesh Deshpande committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    1562590 View commit details
    Browse the repository at this point in the history
  3. isort imports

    Umesh Deshpande committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    e0eca8a View commit details
    Browse the repository at this point in the history
  4. yapf fix

    Umesh Deshpande committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    2aacf10 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Mixing bias and non-bias lora in a batch

    Umesh Deshpande committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    942f2ab View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Formatting changes

    Umesh Deshpande committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f7deaef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecd753d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Merge: punica api changes

    Umesh Deshpande committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    4d1b8f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    7e8bad0 View commit details
    Browse the repository at this point in the history
  2. Removed assert for lora check

    Umesh Deshpande committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3aeb63d View commit details
    Browse the repository at this point in the history
  3. Ruff: Merged if

    Umesh Deshpande committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    808e92c View commit details
    Browse the repository at this point in the history