-
Notifications
You must be signed in to change notification settings - Fork 82
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
Manually Enable LoRA Adapters using existing Router and vLLM deployment #206
Conversation
Signed-off-by: Chen Wang <[email protected]>
Signed-off-by: Chen Wang <[email protected]>
Signed-off-by: Chen Wang <[email protected]>
edit cb23434 fix format issues edit 03d8e5f add values yaml for lora Signed-off-by: Chen Wang <[email protected]>
Thanks @wangchen615 for your contribution! gonna take a look now. |
|
||
```bash | ||
# List available models before loading adapter | ||
curl http://localhost:8000/v1/models |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similary here we'll probably need a different port. also for those 8000 port below.
Signed-off-by: Chen Wang <[email protected]>
@wangchen615 Thanks for your contribution! Can you fix the pre-commit issue? (run |
Signed-off-by: Chen Wang <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Progress toward #205
-s
when doinggit commit
[Feat] LoRA adapter manually enablement support
tutorials/09-lora-enabled-installation.md
describes how to manually add an adapter to an vllm deployment in production stack.PR Title and Classification
[Feat]
LoRA enablement support.[Misc]
for PRs that do not fit the above categories. Please use this sparingly.Note: If the PR spans more than one category, please include all relevant prefixes.