Skip to content

Improve lora adapter lifecycle management functionality #4

@pan-x-c

Description

@pan-x-c
  1. Limit the number of adapters that can be attach on one base model to avoid consumption of GPU memory (consider automatic adapter unloading and loading).
  2. Ensure that each created adapter can be unloaded promptly, even if no unload request is issued by the user.

Both SamplingBackend and TrainingBackend need to implement above functionality. In particular, VLLMSampllingbackend currently lacks a mechanism to remove the adatper parameters from vLLM ( #5 ).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions