Skip to content

Commit 994fa6c

Browse files
committed
release: TGI Neuronx 0.0.27 image
1 parent daa5518 commit 994fa6c

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

src/sagemaker/image_uri_config/huggingface-llm-neuronx.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"inf2"
55
],
66
"version_aliases": {
7-
"0.0": "0.0.25"
7+
"0.0": "0.0.27"
88
},
99
"versions": {
1010
"0.0.16": {
@@ -344,6 +344,40 @@
344344
"container_version": {
345345
"inf2": "ubuntu22.04"
346346
}
347+
},
348+
"0.0.27": {
349+
"py_versions": [
350+
"py310"
351+
],
352+
"registries": {
353+
"ap-northeast-1": "763104351884",
354+
"ap-south-1": "763104351884",
355+
"ap-south-2": "772153158452",
356+
"ap-southeast-1": "763104351884",
357+
"ap-southeast-2": "763104351884",
358+
"ap-southeast-4": "457447274322",
359+
"ap-southeast-5": "550225433462",
360+
"cn-north-1": "727897471807",
361+
"cn-northwest-1": "727897471807",
362+
"eu-central-1": "763104351884",
363+
"eu-central-2": "380420809688",
364+
"eu-south-2": "503227376785",
365+
"eu-west-1": "763104351884",
366+
"eu-west-3": "763104351884",
367+
"il-central-1": "780543022126",
368+
"sa-east-1": "763104351884",
369+
"us-east-1": "763104351884",
370+
"us-east-2": "763104351884",
371+
"us-gov-east-1": "446045086412",
372+
"us-gov-west-1": "442386744353",
373+
"us-west-2": "763104351884",
374+
"ca-west-1": "204538143572"
375+
},
376+
"tag_prefix": "2.1.2-optimum0.0.27",
377+
"repository": "huggingface-pytorch-tgi-inference",
378+
"container_version": {
379+
"inf2": "ubuntu22.04"
380+
}
347381
}
348382
}
349383
}

tests/unit/sagemaker/image_uris/test_huggingface_llm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"0.0.23": "2.1.2-optimum0.0.23-neuronx-py310-ubuntu22.04",
5959
"0.0.24": "2.1.2-optimum0.0.24-neuronx-py310-ubuntu22.04",
6060
"0.0.25": "2.1.2-optimum0.0.25-neuronx-py310-ubuntu22.04",
61+
"0.0.27": "2.1.2-optimum0.0.27-neuronx-py310-ubuntu22.04",
6162
},
6263
}
6364

0 commit comments

Comments
 (0)