Skip to content

Commit a0b0ec7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a875c9c commit a0b0ec7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

tests/model_serving/model_runtime/mlserver/model_car/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ Models are packaged as OCI container images and deployed via KServe InferenceSer
1313
## OCI Model Images
1414

1515
The OCI model images used in these tests are built from:
16-
https://github.com/Jooho/oci-model-images
16+
<https://github.com/Jooho/oci-model-images>
1717

1818
If the version of a supported framework (xgboost, lightgbm, sklearn, onnx) changes in MLServer,
1919
the model images must be rebuilt and pushed from that repository.
2020

2121
The framework versions used by MLServer can be found at:
22-
https://github.com/red-hat-data-services/MLServer/blob/main/requirements/requirements-cpu.txt#L261
22+
<https://github.com/red-hat-data-services/MLServer/blob/main/requirements/requirements-cpu.txt#L261>
2323

2424
For e2e testing, images should be tagged with the `-e2e` suffix to pin stable versions.
2525

utilities/constants.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,9 @@ class ModelCarImage:
305305
MLSERVER_SKLEARN: str = "oci://quay.io/jooholee/mlserver-sklearn@sha256:ec9bc6b520909c52bd1d4accc2b2d28adb04981bd4c3ce94f17f23dd573e1f55"
306306
MLSERVER_XGBOOST: str = "oci://quay.io/jooholee/mlserver-xgboost@sha256:5b6982bdc939b53a7a1210f56aa52bf7de0f0cbc693668db3fd1f496571bff29"
307307
MLSERVER_LIGHTGBM: str = "oci://quay.io/jooholee/mlserver-lightgbm@sha256:77eb15a2eccefa3756faaf2ee4bc1e63990b746427d323957c461f33a4f1a6a3"
308-
MLSERVER_ONNX: str = "oci://quay.io/jooholee/mlserver-onnx@sha256:d0ad00fb6f2caa8f02a0250fc44a576771d0846b2ac8d164ec203b10ec5d604b"
308+
MLSERVER_ONNX: str = (
309+
"oci://quay.io/jooholee/mlserver-onnx@sha256:d0ad00fb6f2caa8f02a0250fc44a576771d0846b2ac8d164ec203b10ec5d604b"
310+
)
309311

310312

311313
class ModelStorage:

0 commit comments

Comments
 (0)