Skip to content

Commit 5ead284

Browse files
committed
Add correct images
Signed-off-by: Milind Waykole <mwaykole@redhat.com>
1 parent dbdd59d commit 5ead284

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/model_serving/model_server/inference_service_configuration/test_isvc_pull_secret_updates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
{
2222
# Using mnist-8-1 model from OCI image
23-
"storage-uri": "oci://quay.io/mwaykole/test@sha256:8a3217bcfa2cc5fa3d07496cff8b234acdf2c9725dd307dc0a80401f55e1a11c" # noqa: E501
23+
"storage-uri": "oci://quay.io/mwaykole/test@sha256:cb7d25c43e52c755e85f5b59199346f30e03b7112ef38b74ed4597aec8748743" # noqa: E501
2424
},
2525
)
2626
],

utilities/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ class RunTimeConfigs:
273273

274274
class ModelCarImage:
275275
MNIST_8_1: str = (
276-
"oci://quay.io/mwaykole/test@sha256:8a3217bcfa2cc5fa3d07496cff8b234acdf2c9725dd307dc0a80401f55e1a11c"
276+
"oci://quay.io/mwaykole/test@sha256:cb7d25c43e52c755e85f5b59199346f30e03b7112ef38b74ed4597aec8748743"
277277
# noqa: E501
278278
)
279279
GRANITE_8B_CODE_INSTRUCT: str = "oci://registry.redhat.io/rhelai1/modelcar-granite-8b-code-instruct:1.4"

0 commit comments

Comments
 (0)