- Mar 23, 2022
-
-
Thang Minh Vu authored
* fix: configmap url Signed-off-by: Thang Vu <vuminhthang.cm@gmail.com> * refactor: use absolute path Signed-off-by: Thang Vu <vuminhthang.cm@gmail.com>
-
- Mar 21, 2022
-
-
Suresh Nakkeran authored
Signed-off-by: Suresh Nakkeran <suresh.n@ideas2it.com>
-
- Mar 19, 2022
-
-
dependabot[bot] authored
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/9.0.0...9.0.1 ) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/9.0.0...9.0.1 ) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Jinwoo Park (Curt) authored
* Update README.md Signed-off-by: Jinwoo Park (Curt) <www.jwpark.co.kr@gmail.com> * Update image.json Signed-off-by: Jinwoo Park (Curt) <www.jwpark.co.kr@gmail.com> * Add a guideline link for triton/torchscript tutorial Signed-off-by: Jinwoo Park <www.jwpark.co.kr@gmail.com>
-
dependabot[bot] authored
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.0 to 9.0.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/9.0.0...9.0.1 ) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Mar 15, 2022
-
-
Suresh Nakkeran authored
Signed-off-by: Suresh Nakkeran <suresh.n@ideas2it.com>
-
- Mar 12, 2022
-
-
aria authored
* Add domain template implementation Signed-off-by: Pradithya Aria <pradithya.pura@go-jek.com> * Add test Signed-off-by: Pradithya Aria <pradithya.pura@go-jek.com> * Revert change in config/crd/serving.kserve.io_inferenceservices.yaml Signed-off-by: Pradithya Aria <pradithya.pura@go-jek.com> * Apply suggestions from code review Co-authored-by: Dan Sun <dsun20@bloomberg.net> Signed-off-by: Pradithya Aria <pradithya.pura@go-jek.com> Co-authored-by: Dan Sun <dsun20@bloomberg.net>
-
- Mar 06, 2022
-
-
Thang Minh Vu authored
* fix: replace image tag Signed-off-by: Thang Vu <vuminhthang.cm@gmail.com> * chore: remove redundant condition Signed-off-by: Thang Vu <vuminhthang.cm@gmail.com>
-
- Mar 05, 2022
-
-
Hao Xin authored
Signed-off-by: Hao Xin <haoxinst@gmail.com>
-
- Mar 03, 2022
-
-
Suresh Nakkeran authored
Signed-off-by: Suresh Nakkeran <suresh.n@ideas2it.com>
-
- Feb 26, 2022
-
-
Hao Xin authored
Signed-off-by: Hao Xin <haoxinst@gmail.com>
-
- Feb 24, 2022
-
-
Mark Winter authored
* Add rbac for servingruntimes Signed-off-by: Mark Winter <mark.winter@navercorp.com> * group Signed-off-by: Mark Winter <mark.winter@navercorp.com>
-
- Feb 23, 2022
-
-
Mark Winter authored
Signed-off-by: Mark Winter <mark.winter@navercorp.com>
-
aria authored
* Add ingress class name configuration Signed-off-by: Pradithya Aria <pradithya.pura@go-jek.com> * Set istio as default ingressClassName Signed-off-by: Pradithya Aria <pradithya.pura@go-jek.com> * Add raw deployment test when ingress class name not set Signed-off-by: Pradithya Aria <pradithya.pura@go-jek.com> * Change inference service name in test Signed-off-by: Pradithya Aria <pradithya.pura@go-jek.com> * Properly set expected values in test Signed-off-by: Pradithya Aria <pradithya.pura@go-jek.com> * Add istio ingress class creation in e2e test Signed-off-by: Pradithya Aria <pradithya.pura@go-jek.com> * Remove kubernetes.io/ingress.class annotation from E2E test Signed-off-by: Pradithya Aria <pradithya.pura@go-jek.com>
-
- Feb 22, 2022
-
-
Tommy Li authored
* Add phase 1 implementation of new storage spec Signed-off-by: tomcli <tommy.chaoping.li@ibm.com> * Storagespec refactoring * Some refactoring - Changed GetStorageURI func to always return the storageUri field and not impute from StorageSpec information - Instead have the addStorageSpecAnnotations func set the storage uri annotation if a path is specified - Deduplicated logic in predictor.go which sets the storage uri annotation from explicit storageUri field, and fail if the annotation is already set (i.e. if both storage.path and storageUri are specified) - Renamed CreateStorageSpecSecretVolumeAndEnv func to CreateStorageSpecSecretEnvs and refactored the logic to fail if an explicit secret storageKey is not found, but not if it's a default one - Renamed default storage keys to look up to "default" and "default_s3" depending on whether storage type information was provided - Moved some string names to constants - Removed now-not-applicable predictor_test.go and explainer_test.go - Extended tests in storage_initializer_injector_test.go to cover StorageSpec cases * Also check for existence of StorageSpec in IsMMSPredictor func Co-authored-by: Nick Hill <nickhill@us.ibm.com> Signed-off-by: tomcli <tommy.chaoping.li@ibm.com> * update python server with the new env variables Signed-off-by: tomcli <tommy.chaoping.li@ibm.com> * Update example due to the recent sklearn library upgrade Signed-off-by: tomcli <tommy.chaoping.li@ibm.com> * change static int to compute from variable length Signed-off-by: tomcli <tommy.chaoping.li@ibm.com> * abstract predictor and explainer validate function. Also add storageSpec validation Signed-off-by: tomcli <tommy.chaoping.li@ibm.com> * remove reduntant storageSpec check in the service_account_credentials.go Signed-off-by: tomcli <tommy.chaoping.li@ibm.com> * Add aws anonymous mode flog Signed-off-by: tomcli <tommy.chaoping.li@ibm.com> * generate python sdk and add storagespec s3 e2e test Signed-off-by: tomcli <tommy.chaoping.li@ibm.com> * update ci overlays Signed-off-by: tomcli <tommy.chaoping.li@ibm.com> * Proxy minio service to CI client. Signed-off-by: tomcli <tommy.chaoping.li@ibm.com> * move minio model init to a k8s job Signed-off-by: tomcli <tommy.chaoping.li@ibm.com> * deploy minio job with permitted ns Signed-off-by: tomcli <tommy.chaoping.li@ibm.com> * Add non-codegen import Signed-off-by: tomcli <tommy.chaoping.li@ibm.com> * clean up new merges Signed-off-by: tomcli <tommy.chaoping.li@ibm.com> Co-authored-by: Nick Hill <nickhill@us.ibm.com>
-
- Feb 18, 2022
-
-
Suresh Nakkeran authored
2. fixed namespace issues Signed-off-by: Suresh Nakkeran <suresh.n@ideas2it.com>
-
shrinath-suresh authored
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
-
Suresh Nakkeran authored
Signed-off-by: Suresh Nakkeran <suresh.n@ideas2it.com>
-
- Feb 16, 2022
-
-
shrinath-suresh authored
Signed-off-by: Shrinath Suresh <shrinath@ideas2it.com>
-
- Feb 15, 2022
-
-
Suresh Nakkeran authored
* add mlflow support Signed-off-by: Suresh Nakkeran <suresh.n@ideas2it.com> * added e2e test for lightgbm, mlflow models with mlserver Signed-off-by: Suresh Nakkeran <suresh.n@ideas2it.com>
-
- Feb 14, 2022
-
-
Dan Sun authored
* Update pull request template Signed-off-by: Dan Sun <dsun20@bloomberg.net> * Publish v0.8.0 release Signed-off-by: Dan Sun <dsun20@bloomberg.net> * Add step to describe pods after e2e test failure Signed-off-by: Dan Sun <dsun20@bloomberg.net> * Set default install mode to Serverless Signed-off-by: Dan Sun <dsun20@bloomberg.net>
-
- Feb 13, 2022
-
-
Dan Sun authored
* Fix canary rollout falling back to prev rolledout version Signed-off-by: Dan Sun <dsun20@bloomberg.net> * Fix lightgbm model path Signed-off-by: Dan Sun <dsun20@bloomberg.net>
-
- Feb 12, 2022
-
-
Suresh Nakkeran authored
Signed-off-by: Suresh Nakkeran <suresh.n@ideas2it.com>
-
- Feb 11, 2022
-
-
dependabot[bot] authored
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.2 to 2.5.3. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.5.2...v2.5.3 ) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Feb 10, 2022
-
-
Dan Sun authored
* Update lightgbm version Signed-off-by: Dan Sun <dsun20@bloomberg.net> * Remove image configs Signed-off-by: Dan Sun <dsun20@bloomberg.net>
-
- Feb 06, 2022
-
-
Dan Sun authored
Signed-off-by: Dan Sun <dsun20@bloomberg.net>
-
- Feb 04, 2022
-
-
Suresh Nakkeran authored
Signed-off-by: Suresh Nakkeran <suresh.n@ideas2it.com>
-
Zhongcheng Lao authored
Signed-off-by: Zhongcheng Lao <Zhongcheng.Lao@microsoft.com>
-
Andrews Arokiam authored
* Initial custom port changes Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * Added input json Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * Added container port to agent args Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * Removed comment Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * Fixed accidental removal of MODEL_CLASS_NAME Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * Updated the log Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * Commented log for debugging Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * Uncommented a log Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * Added a check to see if InitialDelaySeconds is 0 Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
-
Chin Huang authored
Update Feast transformer to work with the latest sklearn 1. a new model is trained with sklearn 1.0.2 2. model is uploaded to gs://kfserving-examples/models/feast/driver/model.joblib 3. transformer yaml storage uri is updated 4. doc is updated with returned values Signed-off-by: Chin Huang <chhuang@us.ibm.com>
-
- Feb 03, 2022
-
-
Suresh Nakkeran authored
* multi-model serving with servingruntime Signed-off-by: Suresh Nakkeran <suresh.n@ideas2it.com> * remove model uri env variable in kserve mlserver servingruntime Signed-off-by: Suresh Nakkeran <suresh.n@ideas2it.com> * added mlserver defaults in mutator Signed-off-by: Suresh Nakkeran <suresh.n@ideas2it.com>
-
- Feb 01, 2022
-
-
dependabot[bot] authored
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.4 to 2.5.2. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v1.15.4...v2.5.2 ) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Dan Sun authored
Signed-off-by: Dan Sun <dsun20@bloomberg.net>
-
- Jan 31, 2022
-
-
dependabot[bot] authored
Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 9.0.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/6.2.0...9.0.0 ) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 9.0.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/6.2.0...9.0.0 ) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Jan 30, 2022
-
-
dependabot[bot] authored
Bumps [ipython](https://github.com/ipython/ipython) from 7.13.0 to 7.16.3. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.13.0...7.16.3 ) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Jan 26, 2022
-
-
Dan Sun authored
* Use non root user for python server images Signed-off-by: Dan Sun <dsun20@bloomberg.net> * Add kserve user and home Signed-off-by: Dan Sun <dsun20@bloomberg.net>
-
- Jan 21, 2022
-
-
Paul Van Eck authored
InferenceServices with deployment mode of ModelMesh should not have the runtime assigning mutator run on it. This causes an sms runtime to be assigned to the predictor when it shouldn't be if targeting deployment on modelmesh. Signed-off-by: Paul Van Eck <pvaneck@us.ibm.com>
-
- Jan 20, 2022
-
-
Paul Van Eck authored
Signed-off-by: Paul Van Eck <pvaneck@us.ibm.com>
-