-
Notifications
You must be signed in to change notification settings - Fork 26
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 #472
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Jin Dong <[email protected]>
* 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]>
* 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]>
#4152) Ensure root model directory exists and add protection for # of jobs created Signed-off-by: Dan Sun <[email protected]>
Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
* updated package versions Signed-off-by: ayush <[email protected]> * updated go.mod and pip Signed-off-by: ayush <[email protected]> * updated poetry lock Signed-off-by: ayush <[email protected]> * refactored handling of task argument Signed-off-by: ayush <[email protected]> * removed go.mod changes Signed-off-by: ayush <[email protected]> --------- Signed-off-by: ayush <[email protected]>
* Add workflow for verifying go mod Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * Merge with go lint workflow Signed-off-by: Sivanantham Chinnaiyan <[email protected]> --------- Signed-off-by: Sivanantham Chinnaiyan <[email protected]> Co-authored-by: Dan Sun <[email protected]>
upgrade aiohttp Signed-off-by: Andrews Arokiam <[email protected]> Co-authored-by: Dan Sun <[email protected]>
* Allow other engine builds other than docker chore: This change will allow user to use other engine builds. In addition, for Podman/Buildah engine builder, users can set the target architecture, useful when using ARM and there is a need to build x86 Container images. Can be done with `ENGINE=podman ARCH="--arch x86_64" make docker...` Signed-off-by: Spolti <[email protected]> * review changes Signed-off-by: Spolti <[email protected]> --------- Signed-off-by: Spolti <[email protected]>
Signed-off-by: Jin Dong <[email protected]>
* Fixes Non-linear parsing of case-insensitive content chore: Fixes CVE-2024-45338 Non-linear parsing of case-insensitive content in golang.org/x/net/html https://github.com/kserve/kserve/security/dependabot/1871 Signed-off-by: Spolti <[email protected]> * update go.sum Signed-off-by: Spolti <[email protected]> --------- Signed-off-by: Spolti <[email protected]>
* Helm chart - option to run daemonset as root Signed-off-by: Jin Dong <[email protected]> * make generate Signed-off-by: Jin Dong <[email protected]> * Revert default values Signed-off-by: Jin Dong <[email protected]> * Fix job count test Signed-off-by: Dan Sun <[email protected]> --------- Signed-off-by: Jin Dong <[email protected]> Signed-off-by: Dan Sun <[email protected]> Co-authored-by: Dan Sun <[email protected]>
Replace nodeGroup with nodeGroups Signed-off-by: Rituraj Singh <[email protected]> Co-authored-by: Rituraj Singh <[email protected]>
* Add affinity and tolerations to localmodel daemonset Signed-off-by: Jin Dong <[email protected]> * make generate Signed-off-by: Jin Dong <[email protected]> --------- Signed-off-by: Jin Dong <[email protected]>
* sets virtual addressing style for legacy s3 endpoint Signed-off-by: bentohset <[email protected]> * add unit test Signed-off-by: bentohset <[email protected]> * fix formatting Signed-off-by: bentohset <[email protected]> * fix unit tests Signed-off-by: bentohset <[email protected]> --------- Signed-off-by: bentohset <[email protected]> Co-authored-by: Lize Cai <[email protected]>
* Make label and annotation propagation configurable chore: Make the DisallaowedAnnotations and Labels configurable through ConfigMap so users can configured it quickly. fixes #3710 Signed-off-by: Spolti <[email protected]> * generate boilerplate code Signed-off-by: Spolti <[email protected]> * Edgar's review changes Signed-off-by: Spolti <[email protected]> --------- Signed-off-by: Spolti <[email protected]>
* Add client sdk for localmodelcache, localmodelnodegroup Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * Add e2e test for modelcache Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * Use docker driver and minikube tunnel Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * Merge "Allow multiple node groups in the model cache CR (#4134)" Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * Try mounting image dir Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * Add local model agent to image scan Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * Debug Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * Create model root directory beforehand Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * Restart kserve controller after patch Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * Enablepvc direct mount in e2e test Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * Reduce pv storage to 1GB Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * Update modelcache test Signed-off-by: Sivanantham Chinnaiyan <[email protected]> * Update status-check to include modelcache logs Signed-off-by: Sivanantham Chinnaiyan <[email protected]> --------- Signed-off-by: Sivanantham Chinnaiyan <[email protected]>
Signed-off-by: Rajat Vig <[email protected]> Co-authored-by: Dan Sun <[email protected]>
* [bugfix] fix s3 storage download filename bug - ensure correct path and file name preservation during s3 downloads in storage-initializer Signed-off-by: Jaeyeon Kim <[email protected]> * update lint - fix format Signed-off-by: Jaeyeon Kim <[email protected]> * fix format Signed-off-by: Jaeyeon Kim <[email protected]> --------- Signed-off-by: Jaeyeon Kim <[email protected]>
Signed-off-by: tjandy98 <[email protected]>
* 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]>
Signed-off-by: Andrews Arokiam <[email protected]>
Signed-off-by: jooho lee <[email protected]> Co-authored-by: Sivanantham <[email protected]>
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]>
Signed-off-by: bai.lu <[email protected]> Signed-off-by: Lu Bai <[email protected]> Co-authored-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]>
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: Edgar Hernández <[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. |
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. |
…4234) Signed-off-by: Edgar Hernández <[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]>
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. |
#4225) Signed-off-by: Raulian-Ionut Chiorescu <[email protected]> Co-authored-by: Dan Sun <[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: Rajat Vig <[email protected]> Signed-off-by: Rajat Vig <[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. |
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 : )