-
Notifications
You must be signed in to change notification settings - Fork 73
Dynamic lora load/unload sidecar #31
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
Dynamic lora load/unload sidecar #31
Conversation
|
/assign |
Signed-off-by: Kunjan Patel <kunjanp@google.com>
Signed-off-by: Kunjan Patel <kunjanp@google.com>
Signed-off-by: Kunjan Patel <kunjanp@google.com>
Signed-off-by: Kunjan Patel <kunjanp@google.com>
Signed-off-by: Kunjan Patel <kunjanp@google.com>
Signed-off-by: Kunjan Patel <kunjanp@google.com>
Signed-off-by: Kunjan Patel <kunjanp@google.com>
Signed-off-by: Kunjan Patel <kunjanp@google.com>
Signed-off-by: Kunjan Patel <kunjanp@google.com>
…et changes, pull dynamically from configmap Signed-off-by: Kunjan Patel <kunjanp@google.com>
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.
why are we placing this under examples?
Signed-off-by: Kunjan Patel <kunjanp@google.com>
Signed-off-by: Kunjan Patel <kunjanp@google.com>
Signed-off-by: Kunjan Patel <kunjanp@google.com>
|
Signed-off-by: Kunjan Patel <kunjanp@google.com>
Signed-off-by: Kunjan Patel <kunjanp@google.com>
perhaps under a tools directory? |
Signed-off-by: Kunjan <kunjanp@google.com>
Signed-off-by: Kunjan <kunjanp@google.com>
Signed-off-by: Kunjan <kunjanp@google.com>
Co-authored-by: Abdullah Gharaibeh <40361897+ahg-g@users.noreply.github.com>
Co-authored-by: Abdullah Gharaibeh <40361897+ahg-g@users.noreply.github.com>
/lgtm /label tide/merge-method-squash |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahg-g, coolkp The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…oyments Add CRDs deployments
* Dynamic lora load/unload sidecar * Formatting * Resolve README comments Signed-off-by: Kunjan Patel <kunjanp@google.com> * Address comments on sidecar, store updates in memory, rename base field Signed-off-by: Kunjan Patel <kunjanp@google.com> * Address comments in example deployment Signed-off-by: Kunjan Patel <kunjanp@google.com> * Address comments in example deployment Signed-off-by: Kunjan Patel <kunjanp@google.com> * base model is optional Signed-off-by: Kunjan Patel <kunjanp@google.com> * Check health of server before querying Signed-off-by: Kunjan Patel <kunjanp@google.com> * Check health of server before querying Signed-off-by: Kunjan Patel <kunjanp@google.com> * Docstrings Signed-off-by: Kunjan Patel <kunjanp@google.com> * Mock health check in tests Signed-off-by: Kunjan Patel <kunjanp@google.com> * Refactor configmap, switch to watchfiles to detect symbolic link target changes, pull dynamically from configmap Signed-off-by: Kunjan Patel <kunjanp@google.com> * Refactor configmap, switch to watchfiles to detect symbolic link target changes, pull dynamically from configmap Signed-off-by: Kunjan Patel <kunjanp@google.com> * Modify unittests Signed-off-by: Kunjan Patel <kunjanp@google.com> * Change example host and port to be explicit Signed-off-by: Kunjan Patel <kunjanp@google.com> * Change example sidecar name Signed-off-by: Kunjan Patel <kunjanp@google.com> * Add warning about using subPath Signed-off-by: Kunjan Patel <kunjanp@google.com> * Add screenshots Signed-off-by: Kunjan Patel <kunjanp@google.com> * Add screenshots Signed-off-by: Kunjan Patel <kunjanp@google.com> * Add testing results Signed-off-by: Kunjan Patel <kunjanp@google.com> * Add testing results Signed-off-by: Kunjan Patel <kunjanp@google.com> * Add config validation Signed-off-by: Kunjan Patel <kunjanp@google.com> * Add config documentation Signed-off-by: Kunjan Patel <kunjanp@google.com> * Add config documentation Signed-off-by: Kunjan Patel <kunjanp@google.com> * Add config validation Signed-off-by: Kunjan Patel <kunjanp@google.com> * Add config validation Signed-off-by: Kunjan Patel <kunjanp@google.com> * Make reconciling non blocking * Move under tools Signed-off-by: Kunjan <kunjanp@google.com> * Move under tools Signed-off-by: Kunjan <kunjanp@google.com> * Document usage of sidecar, available by default from 1.29 * Document usage of sidecar, available by default from 1.29 * Document usage of sidecar, available by default from 1.29 Signed-off-by: Kunjan <kunjanp@google.com> * Update tools/dynamic-lora-sidecar/README.md Co-authored-by: Abdullah Gharaibeh <40361897+ahg-g@users.noreply.github.com> * Update tools/dynamic-lora-sidecar/README.md Co-authored-by: Abdullah Gharaibeh <40361897+ahg-g@users.noreply.github.com> --------- Signed-off-by: Kunjan Patel <kunjanp@google.com> Signed-off-by: Kunjan <kunjanp@google.com> Co-authored-by: Abdullah Gharaibeh <40361897+ahg-g@users.noreply.github.com>
Adding sidecar example for dynamically managing lora adapters on vllm server