Skip to content

Commit fc44dbd

Browse files
authored
updated the SDK to use latest LMI image for sdk v3.x (#5954)
1 parent 7cdd30f commit fc44dbd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

sagemaker-core/src/sagemaker/core/image_uri_config/djl-lmi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"mx-central-1": "637423239942"
4747
},
4848
"repository": "djl-inference",
49-
"tag_prefix": "0.36.0-lmi22.0.0-cu129"
49+
"tag_prefix": "0.36.0-lmi26.0.0-cu130"
5050
},
5151
"0.35.0": {
5252
"registries": {

sagemaker-core/tests/unit/image_uris/test_djl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def _test_djl_uris(account, region, version, tag, djl_framework):
8686
# Known missing framework:version:region combinations that don't exist in ECR
8787
KNOWN_MISSING_COMBINATIONS = {
8888
"djl-lmi": {
89+
"0.36.0-lmi26.0.0-cu130": {"ap-east-2"},
8990
"0.36.0-lmi22.0.0-cu129": {"ap-east-2"},
9091
"0.35.0-lmi17.0.0-cu128": {"ap-east-2"},
9192
"0.34.0-lmi16.0.0-cu128": {"ap-east-2"},

0 commit comments

Comments
 (0)