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

ENH: Refactoring the LoRa adaptation method for the LLM model. #1470

Merged
merged 32 commits into from
May 16, 2024

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    6ce7268 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c89bc1a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. first commit

    hainaweiben committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    93717cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e39803e View commit details
    Browse the repository at this point in the history
  3. commit

    hainaweiben committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d1b96f0 View commit details
    Browse the repository at this point in the history
  4. commit

    hainaweiben committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    05c66a3 View commit details
    Browse the repository at this point in the history
  5. add rst

    hainaweiben committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a4b0617 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c9c134 View commit details
    Browse the repository at this point in the history
  7. fix

    hainaweiben committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    db9f946 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. fix

    hainaweiben committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    9171384 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e16bd88 View commit details
    Browse the repository at this point in the history
  3. fix mypy error

    hainaweiben committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    3076876 View commit details
    Browse the repository at this point in the history
  4. fixes

    hainaweiben committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    5b2233d View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

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

    hainaweiben committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    e080622 View commit details
    Browse the repository at this point in the history
  3. fixes code style

    hainaweiben committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    aa56884 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b23f004 View commit details
    Browse the repository at this point in the history
  5. remove log

    hainaweiben committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c070122 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Merge branch 'lora-multi-support' of https://github.com/hainaweiben/i…

    …nference into lora-multi-support
    
    Conflicts:
    	xinference/client/restful/restful_client.py
    	xinference/model/core.py
    hainaweiben committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    baf6a12 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'lora-multi-support' of https://github.com/hainaweiben/i…

    …nference into support-vllm-lora
    
    Conflicts:
    	xinference/model/llm/vllm/core.py
    hainaweiben committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f2c8228 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/hainaweiben/inference into …

    …support-vllm-lora
    
    Conflicts:
    	xinference/model/llm/core.py
    hainaweiben committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    90e2deb View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. fixed

    hainaweiben committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    53cb112 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2d3ce6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5c6a5b View commit details
    Browse the repository at this point in the history
  4. fix

    hainaweiben committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    2aef458 View commit details
    Browse the repository at this point in the history
  5. fixed

    hainaweiben committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    eb33a69 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    d87b18b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'support-vllm-lora' of https://github.com/hainaweiben/in…

    …ference into support-vllm-lora
    
    Conflicts:
    	xinference/core/chat_interface.py
    	xinference/model/llm/__init__.py
    	xinference/model/llm/vllm/core.py
    hainaweiben committed May 7, 2024
    Configuration menu
    Copy the full SHA
    6fc7509 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ae2e34 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. fix bug

    hainaweiben committed May 8, 2024
    Configuration menu
    Copy the full SHA
    647a189 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. fix 🐛

    hainaweiben committed May 9, 2024
    Configuration menu
    Copy the full SHA
    2f429bd View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

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