-
Notifications
You must be signed in to change notification settings - Fork 57
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
Add NIM flag logic #312
base: incubating
Are you sure you want to change the base?
Add NIM flag logic #312
Conversation
Signed-off-by: Vaibhav Jain <vajain@redhat.com>
Signed-off-by: Vaibhav Jain <vajain@redhat.com>
* [RHOAIENG-15386] add a new servingruntime vllm-multinode-template (opendatahub-io#284) * add a new servingruntime vllm-multinode-template Signed-off-by: jooho lee <jlee@redhat.com> * follow up comments Signed-off-by: jooho lee <jlee@redhat.com> * follow up comments Signed-off-by: jooho lee <jlee@redhat.com> * follow up comments Signed-off-by: jooho lee <jlee@redhat.com> * follow up comments Signed-off-by: jooho lee <jlee@redhat.com> --------- Signed-off-by: jooho lee <jlee@redhat.com> * Fix ServingRuntime args (opendatahub-io#291) * fix runtime args Signed-off-by: jooho lee <jlee@redhat.com> * add disable_custom_all_reduce solving vllm-8735 issue Signed-off-by: jooho lee <jlee@redhat.com> --------- Signed-off-by: jooho lee <jlee@redhat.com> --------- Signed-off-by: jooho lee <jlee@redhat.com>
Signed-off-by: jooho lee <jlee@redhat.com>
[Cherry-Pick] Enhance probe to support rollingUpgrade (opendatahub-io#293)
Signed-off-by: jooho lee <jlee@redhat.com>
[Cherry-pick] enhance template not to use query for checking model health
[cherry-pick] fix typo
Signed-off-by: rpancham <rpancham@redhat.com>
Signed-off-by: Edgar Hernández <23639005+israel-hdez@users.noreply.github.com>
Signed-off-by: Edgar Hernández <23639005+israel-hdez@users.noreply.github.com>
Sync main -> release-0.12.0: Preparing ODH release
…dh operator pr(1339) (opendatahub-io#308) Signed-off-by: jooho lee <jlee@redhat.com>
[Cherry-Pick] update global ca bundle logic and storage-config logic
Hi @trujillm. Thanks for your PR. I'm waiting for a opendatahub-io member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
Signed-off-by: mtrujillo <trujillo169@hotmail.com>
6d6274a
to
0e9e122
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: spolti, trujillm 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 |
@spolti do you know if I need to change something for the image tag failure? |
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.
Please, change the target branch to incubating
.
The main
branch is now a stable/downstream branch.
Add NIM flag logic
Description
This will get the nim flag state of removed or managed from params.env and add to the environment variables for odh-model-controller to be utilize
How Has This Been Tested?
Unit tests