-
Notifications
You must be signed in to change notification settings - Fork 53
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
Fixes to the adapter rollouts guide #338
Conversation
✅ Deploy Preview for gateway-api-inference-extension ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
/hold I have a few more fixes |
53f383c
to
e27c0ea
Compare
/hold cancel This is ready. |
bacbacc
to
a01cdf0
Compare
/assign @liu-cong |
pkg/manifests/vllm/deployment.yaml
Outdated
env: | ||
- name: DYNAMIC_LORA_ROLLOUT_CONFIG | ||
value: "/config/configmap.yaml" | ||
volumeMounts: # DO NOT USE subPath |
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.
Should we call out the subPath limitation in the guide, i mentioned it in the readme
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.
I think we can leave that to the tool's detailed guide itself. Btw, I think we may want to force a regular sync, like every 5sec in case we miss notifications for some reason. Users should also be able to define a default base model. I will create enhancements issues as follow ups.
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
@coolkp: changing LGTM is restricted to collaborators In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
[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 |
Follow the steps in the [main guide](index.md) | ||
|
||
|
||
## **Safely rollout v2 adapter** |
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.
## **Safely rollout v2 adapter** | |
## Safely rollout v2 adapter |
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.
This one is correct, I want the level 2 header to be bold.
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.
Isn't the headers in bold by default? Anyway not a big deal.
… as the user navigates through the guides
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.
Thanks @liu-cong
Follow the steps in the [main guide](index.md) | ||
|
||
|
||
## **Safely rollout v2 adapter** |
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.
This one is correct, I want the level 2 header to be bold.
Pushed the changes |
/lgtm |
* Polishing to the adapter rollouts guide * Make all guides use the same deployment so that we can till one story as the user navigates through the guides * Addressed comments
Fixes #257