File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/model_serving/model_server/inference_service_configuration Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 ],
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ class RunTimeConfigs:
273273
274274class 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"
You can’t perform that action at this time.
0 commit comments