-
Notifications
You must be signed in to change notification settings - Fork 24
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
Synch #264
Synch #264
Conversation
) * Add model_version to InferResponse class Signed-off-by: Adam Stewart <adam.stewart73@gmail.com> * Update infer_type tests Signed-off-by: Adam Stewart <adam.stewart73@gmail.com> * Updated from_grpc class method argument ordering Signed-off-by: Adam Stewart <adam.stewart73@gmail.com> --------- Signed-off-by: Adam Stewart <adam.stewart73@gmail.com>
* set tensoor parallel to num of devices Signed-off-by: Gavrish Prabhu <gavrish.prabhu@nutanix.com> * fix lint Signed-off-by: Gavrish Prabhu <gavrish.prabhu@nutanix.com> --------- Signed-off-by: Gavrish Prabhu <gavrish.prabhu@nutanix.com>
* Increase workers to 4 Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> * merge fast and slow Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> * Increase workers to 6 and merge explainer, transformer test Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> * Separate graph tests Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> * Change artifact upload/download action Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> * Use docker-container driver Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> * Update all e2e tests Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> * Remove knative installation in raw tests Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> * Fix raw logger test Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> * Wait for model to be ready in mlserver e2e tests Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> * Cleanup markers Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> * Clean up workflow and upgrade actions Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> * Use worksteal dist type for pytest Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> * fix typo Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> * Prettify pod log printing in status check Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> * Add inference graph pod logs for debugging in status check Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> * Reorder Go docker files for better layer caching Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> * rebase master Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> * revert removal of time.sleep Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> --------- Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com>
* Fixed go lint error using golangci-lint tool. Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * go lint error fix Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * golint error fix for math/random Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * fix go tests and go-lint Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * commit for code review comments Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * fix for golint errcheck Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * gosec error fix Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> --------- Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
Add new reviewers: - israel-hdez - terrytangyuan Remove inactive reviewers: - adriangonz - iamlovingit - sukumargaonkar - theofpa - njhill Signed-off-by: Christian Kadner <ckadner@us.ibm.com>
Signed-off-by: Loong <loong.dai@intel.com>
* build: Add helm docs update to make generate command Signed-off-by: Yuan Tang <terrytangyuan@gmail.com> * pin versions Signed-off-by: Yuan Tang <terrytangyuan@gmail.com> * fix syntax Signed-off-by: Yuan Tang <terrytangyuan@gmail.com> * test Signed-off-by: Yuan Tang <terrytangyuan@gmail.com> * Update update-helm-docs.sh Signed-off-by: Yuan (Terry) Tang <terrytangyuan@gmail.com> * avoid flakiness Signed-off-by: Yuan Tang <terrytangyuan@gmail.com> * update version Signed-off-by: Yuan Tang <terrytangyuan@gmail.com> --------- Signed-off-by: Yuan Tang <terrytangyuan@gmail.com> Signed-off-by: Yuan (Terry) Tang <terrytangyuan@gmail.com>
* add async iter * lint * remove comment * make fake stream data a var * lint * Update streaming tests Signed-off-by: Dan Sun <dsun20@bloomberg.net> --------- Signed-off-by: Dan Sun <dsun20@bloomberg.net> Co-authored-by: Dan Sun <dsun20@bloomberg.net>
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
Signed-off-by: Le Yao <le.yao@intel.com>
* Upgrade orjson to version 3.9.15 chore: Fixes [CVE-2024-27454](https://nvd.nist.gov/vuln/detail/CVE-2024-27454): orjson.loads in orjson before 3.9.15 does not limit recursion for deeply nested JSON documents. Signed-off-by: Spolti <fspolti@redhat.com> * Update python/kserve/pyproject.toml Co-authored-by: Sivanantham <90966311+sivanantha321@users.noreply.github.com> Signed-off-by: Filippe Spolti <filippespolti@gmail.com> * re-run poetry lock Signed-off-by: Spolti <fspolti@redhat.com> --------- Signed-off-by: Spolti <fspolti@redhat.com> Signed-off-by: Filippe Spolti <filippespolti@gmail.com> Co-authored-by: Sivanantham <90966311+sivanantha321@users.noreply.github.com>
remove unnecessary settings from quick_install.sh Removing the `useMCP` and `PILOT_ENABLE_CONFIG_DISTRIBUTION_TRACKING` as both of these already default to the values they are being set to. Signed-off-by: Peter Jausovec <peterj@users.noreply.github.com>
kserve#3374) * feat: add support for pydantic v2, tests for pydantic v1, and update dependencies Signed-off-by: Timothy Laurent <tlaurent@genedx.com> * feat: regenerate lock files Signed-off-by: Timothy Laurent <tlaurent@genedx.com> * feat: regenerate lock files with updates Signed-off-by: Timothy Laurent <tlaurent@genedx.com> * fix: update dependencies, fix broken tests * feat: add special case for testing model ready, "True" for pydantic v1 * Update poetry lock Signed-off-by: Dan Sun <dsun20@bloomberg.net> --------- Signed-off-by: Timothy Laurent <tlaurent@genedx.com> Signed-off-by: Dan Sun <dsun20@bloomberg.net> Co-authored-by: Dan Sun <dsun20@bloomberg.net>
Signed-off-by: Shaurya Goel <shauryagoel0@gmail.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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: spolti, terrytangyuan 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 |
bc5ab20
into
opendatahub-io:master
…tudio-kserve-controller-nightly Red Hat Konflux update kserve-controller-nightly
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Type of changes
Please delete options that are not relevant.
Feature/Issue validation/testing:
Please describe the tests that you ran to verify your changes and relevant result summary. Provide instructions so it can be reproduced.
Please also list any relevant details for your test configuration.
Test A
Test B
Logs
Special notes for your reviewer:
Checklist:
Release note: