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

[Hardware][Intel] Add LoRA adapter support for CPU backend #4830

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

Commits on May 13, 2024

  1. init cpu lora support

    Isotr0py committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b8072c1 View commit details
    Browse the repository at this point in the history
  2. try lora

    Isotr0py committed May 13, 2024
    Configuration menu
    Copy the full SHA
    3e59331 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. add lora cpu support

    Isotr0py committed May 15, 2024
    Configuration menu
    Copy the full SHA
    8410abb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46d97f5 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. make warning less noisy

    Isotr0py committed May 16, 2024
    Configuration menu
    Copy the full SHA
    35d8b8d View commit details
    Browse the repository at this point in the history
  2. make ruff happy

    Isotr0py committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e4e76c2 View commit details
    Browse the repository at this point in the history
  3. remove a useless comment

    Isotr0py committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f779eec View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

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

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    adccac2 View commit details
    Browse the repository at this point in the history
  2. revert cpu model runner

    Isotr0py committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ec51691 View commit details
    Browse the repository at this point in the history
  3. rebase lora support

    Isotr0py committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    5f3f640 View commit details
    Browse the repository at this point in the history
  4. format code

    Isotr0py committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    68a1434 View commit details
    Browse the repository at this point in the history
  5. add lora cpu test

    Isotr0py committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b4366e3 View commit details
    Browse the repository at this point in the history
  6. fix lora cpu test

    Isotr0py committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7539ef0 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. fix cpu lora test CI

    Isotr0py committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    4da6a10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80603e0 View commit details
    Browse the repository at this point in the history
  3. fix cpu test CI typo

    Isotr0py committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    936e2ee View commit details
    Browse the repository at this point in the history
  4. rollback cpu test CI

    Isotr0py committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    49a2b42 View commit details
    Browse the repository at this point in the history
  5. fix cpu lora test CI

    Isotr0py committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    c6e638d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8882a69 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. revert cuda empty_cache

    Isotr0py committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e63df6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cec47d View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

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

Commits on Jun 19, 2024

  1. optimize cpu lora support

    Isotr0py committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f150300 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc74eb5 View commit details
    Browse the repository at this point in the history
  3. format code

    Isotr0py committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9f133ac View commit details
    Browse the repository at this point in the history
  4. re-add ray to run-cpu-test

    Isotr0py committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    eab4dc0 View commit details
    Browse the repository at this point in the history
  5. fix typos

    Isotr0py committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1cc83e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97d0115 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bbb7ed8 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. fix warning message

    Isotr0py committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    cbd20a8 View commit details
    Browse the repository at this point in the history
  2. format code

    Isotr0py committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    855523c View commit details
    Browse the repository at this point in the history