-
Notifications
You must be signed in to change notification settings - Fork 25
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
[pull] master from kserve:master #460
base: master
Are you sure you want to change the base?
Conversation
* another squash Signed-off-by: Jin Dong <[email protected]> * Add JobTTLSecondsAfterFinished option Signed-off-by: Jin Dong <[email protected]> * Update config Signed-off-by: Jin Dong <[email protected]> * Use labels to filter jobs instead of deleting old jobs Signed-off-by: Jin Dong <[email protected]> * Add log in test Signed-off-by: Jin Dong <[email protected]> * Fix test and helm chart Signed-off-by: Jin Dong <[email protected]> * Create a seperate file system utils file Signed-off-by: Jin Dong <[email protected]> * Add comments Signed-off-by: Jin Dong <[email protected]> * Fix status update bug Signed-off-by: Jin Dong <[email protected]> --------- Signed-off-by: Jin Dong <[email protected]>
* Allow multiple node groups in the model cache CR Signed-off-by: Jin Dong <[email protected]> * Fix test --------- Signed-off-by: Jin Dong <[email protected]>
Signed-off-by: Jin Dong <[email protected]>
* Clean up jobs Signed-off-by: Jin Dong <[email protected]> * fix lint Signed-off-by: Jin Dong <[email protected]> * Fix lint Signed-off-by: Jin Dong <[email protected]> * Fix deletion propagation policy Signed-off-by: Jin Dong <[email protected]> * Update test Signed-off-by: Jin Dong <[email protected]> --------- Signed-off-by: Jin Dong <[email protected]>
Signed-off-by: Jin Dong <[email protected]>
* Add NodeGroup Name Into PVC Name Signed-off-by: Gavin Li <[email protected]> * Add comment to fix multiple node group Signed-off-by: Dan Sun <[email protected]> * fix openvino dependency Signed-off-by: Dan Sun <[email protected]> --------- Signed-off-by: Gavin Li <[email protected]> Signed-off-by: Dan Sun <[email protected]> Co-authored-by: Dan Sun <[email protected]>
* Make reconcilation configurable Signed-off-by: Jin Dong <[email protected]> * Fix codegen Signed-off-by: Jin Dong <[email protected]> * Remove a redudant space Signed-off-by: Jin Dong <[email protected]> * Rename config Signed-off-by: Jin Dong <[email protected]> * Fix lint Signed-off-by: Jin Dong <[email protected]> --------- Signed-off-by: Jin Dong <[email protected]> Co-authored-by: Dan Sun <[email protected]>
Signed-off-by: Sivanantham Chinnaiyan <[email protected]> Co-authored-by: Dan Sun <[email protected]>
… metrics bind port and address in helm chart (#4127) Signed-off-by: Max Howell <[email protected]> Co-authored-by: Dan Sun <[email protected]>
* Fix EOF error Signed-off-by: Jonas Bruns <[email protected]> Signed-off-by: jonas <[email protected]> * fix error Signed-off-by: Jonas-Bruns <[email protected]> Signed-off-by: jonas <[email protected]> * rename error to ioErr Signed-off-by: Jonas-Bruns <[email protected]> Signed-off-by: jonas <[email protected]> * use errors.Is Signed-off-by: Jonas-Bruns <[email protected]> Signed-off-by: jonas <[email protected]> --------- Signed-off-by: Jonas Bruns <[email protected]> Signed-off-by: jonas <[email protected]> Signed-off-by: Jonas-Bruns <[email protected]> Co-authored-by: Dan Sun <[email protected]>
Signed-off-by: Jin Dong <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: pull[bot] The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
PR needs rebase. 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. |
Hi @pull[bot]. 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. |
* squash commits Signed-off-by: Jin Dong <[email protected]> * localmodel agent -> localmodelnode agent Signed-off-by: Jin Dong <[email protected]> * Revert change Signed-off-by: Jin Dong <[email protected]> --------- Signed-off-by: Jin Dong <[email protected]>
PR needs rebase. 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. |
* Fix model server fails to gracefully shutdown Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * Update unit tests Signed-off-by: Sivanantham Chinnaiyan <[email protected]> --------- Signed-off-by: Sivanantham Chinnaiyan <[email protected]> Co-authored-by: Dan Sun <[email protected]>
PR needs rebase. 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. |
I think we already did this sync: #459 |
@spolti we missed the last commit (kserve#4148) is it ok to sync this commit next time? |
it is probably better to do another manual sync, or wait the next automated sync do. |
PR needs rebase. 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: tjandy98 <[email protected]>
PR needs rebase. 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. |
* Add boilerplate setup for embeddings api Signed-off-by: Fabian Scheidt <[email protected]> * Integrate call to model with embedding request Signed-off-by: Fabian Scheidt <[email protected]> * Adjust error responses to be consistent with openai Signed-off-by: Fabian Scheidt <[email protected]> * Adjust doc strings to match implementation Signed-off-by: Fabian Scheidt <[email protected]> * Update openai input validation to use pydantic Signed-off-by: Fabian Scheidt <[email protected]> * Refactor embedding object type Signed-off-by: Fabian Scheidt <[email protected]> * Add e2e test for OpenAI embedding endpoint Signed-off-by: Fabian Scheidt <[email protected]> * Add unit test for OpenAI embeddings Signed-off-by: Fabian Scheidt <[email protected]> --------- Signed-off-by: Fabian Scheidt <[email protected]>
Signed-off-by: Matt Gottlieb <[email protected]> Co-authored-by: Sivanantham <[email protected]>
Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
PR needs rebase. 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: Andrews Arokiam <[email protected]>
PR needs rebase. 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: jooho lee <[email protected]> Co-authored-by: Sivanantham <[email protected]>
PR needs rebase. 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: Sivanantham Chinnaiyan <[email protected]>
Signed-off-by: jooho lee <[email protected]>
Signed-off-by: Rituraj Singh <[email protected]> Co-authored-by: Rituraj Singh <[email protected]>
PR needs rebase. 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. |
See Commits and Changes for more details.
Created by pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )