Skip to content

Commit fbc484c

Browse files
authored
feat: optimum 0.0.21 (#4577)
* feat: optimum 0.0.21 * minor update
1 parent 686160b commit fbc484c

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

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

+29
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,35 @@
151151
"container_version": {
152152
"inf2": "ubuntu22.04"
153153
}
154+
},
155+
"0.0.21": {
156+
"py_versions": [
157+
"py310"
158+
],
159+
"registries": {
160+
"ap-northeast-1": "763104351884",
161+
"ap-south-1": "763104351884",
162+
"ap-south-2": "772153158452",
163+
"ap-southeast-1": "763104351884",
164+
"ap-southeast-2": "763104351884",
165+
"ap-southeast-4": "457447274322",
166+
"eu-central-1": "763104351884",
167+
"eu-central-2": "380420809688",
168+
"eu-south-2": "503227376785",
169+
"eu-west-1": "763104351884",
170+
"eu-west-3": "763104351884",
171+
"il-central-1": "780543022126",
172+
"sa-east-1": "763104351884",
173+
"us-east-1": "763104351884",
174+
"us-east-2": "763104351884",
175+
"us-west-2": "763104351884",
176+
"ca-west-1": "204538143572"
177+
},
178+
"tag_prefix": "1.13.1-optimum0.0.21",
179+
"repository": "huggingface-pytorch-tgi-inference",
180+
"container_version": {
181+
"inf2": "ubuntu22.04"
182+
}
154183
}
155184
}
156185
}

tests/unit/sagemaker/image_uris/test_huggingface_llm.py

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"0.0.18": "1.13.1-optimum0.0.18-neuronx-py310-ubuntu22.04",
3939
"0.0.19": "1.13.1-optimum0.0.19-neuronx-py310-ubuntu22.04",
4040
"0.0.20": "1.13.1-optimum0.0.20-neuronx-py310-ubuntu22.04",
41+
"0.0.21": "1.13.1-optimum0.0.21-neuronx-py310-ubuntu22.04",
4142
},
4243
}
4344

0 commit comments

Comments
 (0)