Skip to content

Commit 68f7ab2

Browse files
authored
chore: onboard tei 1.8.0 (#5265)
* chore: onboard tei 1.8.0 * chore: fix tei tests
1 parent eb6d3c7 commit 68f7ab2

File tree

3 files changed

+96
-0
lines changed

3 files changed

+96
-0
lines changed

src/sagemaker/image_uri_config/huggingface-tei-cpu.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,53 @@
197197
"container_version": {
198198
"cpu": "ubuntu22.04"
199199
}
200+
},
201+
"1.8.0":{
202+
"py_versions": [
203+
"py310"
204+
],
205+
"registries": {
206+
"af-south-1": "510948584623",
207+
"ap-east-1": "651117190479",
208+
"ap-northeast-1": "354813040037",
209+
"ap-northeast-2": "366743142698",
210+
"ap-northeast-3": "867004704886",
211+
"ap-south-1": "720646828776",
212+
"ap-south-2": "628508329040",
213+
"ap-southeast-1": "121021644041",
214+
"ap-southeast-2": "783357654285",
215+
"ap-southeast-3": "951798379941",
216+
"ap-southeast-4": "106583098589",
217+
"ca-central-1": "341280168497",
218+
"ca-west-1": "190319476487",
219+
"cn-north-1": "450853457545",
220+
"cn-northwest-1": "451049120500",
221+
"eu-central-1": "492215442770",
222+
"eu-central-2": "680994064768",
223+
"eu-north-1": "662702820516",
224+
"eu-south-1": "978288397137",
225+
"eu-south-2": "104374241257",
226+
"eu-west-1": "141502667606",
227+
"eu-west-2": "764974769150",
228+
"eu-west-3": "659782779980",
229+
"il-central-1": "898809789911",
230+
"me-central-1": "272398656194",
231+
"me-south-1": "801668240914",
232+
"sa-east-1": "737474898029",
233+
"us-east-1": "683313688378",
234+
"us-east-2": "257758044811",
235+
"us-gov-east-1": "237065988967",
236+
"us-gov-west-1": "414596584902",
237+
"us-iso-east-1": "833128469047",
238+
"us-isob-east-1": "281123927165",
239+
"us-west-1": "746614075791",
240+
"us-west-2": "246618743249"
241+
},
242+
"tag_prefix": "2.0.1-tei1.8.0",
243+
"repository": "tei-cpu",
244+
"container_version": {
245+
"cpu": "ubuntu22.04"
246+
}
200247
}
201248
}
202249
}

src/sagemaker/image_uri_config/huggingface-tei.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,53 @@
197197
"container_version": {
198198
"gpu": "cu122-ubuntu22.04"
199199
}
200+
},
201+
"1.8.0": {
202+
"py_versions": [
203+
"py310"
204+
],
205+
"registries": {
206+
"af-south-1": "510948584623",
207+
"ap-east-1": "651117190479",
208+
"ap-northeast-1": "354813040037",
209+
"ap-northeast-2": "366743142698",
210+
"ap-northeast-3": "867004704886",
211+
"ap-south-1": "720646828776",
212+
"ap-south-2": "628508329040",
213+
"ap-southeast-1": "121021644041",
214+
"ap-southeast-2": "783357654285",
215+
"ap-southeast-3": "951798379941",
216+
"ap-southeast-4": "106583098589",
217+
"ca-central-1": "341280168497",
218+
"ca-west-1": "190319476487",
219+
"cn-north-1": "450853457545",
220+
"cn-northwest-1": "451049120500",
221+
"eu-central-1": "492215442770",
222+
"eu-central-2": "680994064768",
223+
"eu-north-1": "662702820516",
224+
"eu-south-1": "978288397137",
225+
"eu-south-2": "104374241257",
226+
"eu-west-1": "141502667606",
227+
"eu-west-2": "764974769150",
228+
"eu-west-3": "659782779980",
229+
"il-central-1": "898809789911",
230+
"me-central-1": "272398656194",
231+
"me-south-1": "801668240914",
232+
"sa-east-1": "737474898029",
233+
"us-east-1": "683313688378",
234+
"us-east-2": "257758044811",
235+
"us-gov-east-1": "237065988967",
236+
"us-gov-west-1": "414596584902",
237+
"us-iso-east-1": "833128469047",
238+
"us-isob-east-1": "281123927165",
239+
"us-west-1": "746614075791",
240+
"us-west-2": "246618743249"
241+
},
242+
"tag_prefix": "2.0.1-tei1.8.0",
243+
"repository": "tei",
244+
"container_version": {
245+
"gpu": "cu122-ubuntu22.04"
246+
}
200247
}
201248
}
202249
}

tests/unit/sagemaker/image_uris/test_huggingface_llm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@
2525
"1.4.0": "2.0.1-tei1.4.0-gpu-py310-cu122-ubuntu22.04",
2626
"1.6.0": "2.0.1-tei1.6.0-gpu-py310-cu122-ubuntu22.04",
2727
"1.7.0": "2.0.1-tei1.7.0-gpu-py310-cu122-ubuntu22.04",
28+
"1.8.0": "2.0.1-tei1.8.0-gpu-py310-cu122-ubuntu22.04",
2829
},
2930
"cpu": {
3031
"1.2.3": "2.0.1-tei1.2.3-cpu-py310-ubuntu22.04",
3132
"1.4.0": "2.0.1-tei1.4.0-cpu-py310-ubuntu22.04",
3233
"1.6.0": "2.0.1-tei1.6.0-cpu-py310-ubuntu22.04",
3334
"1.7.0": "2.0.1-tei1.7.0-cpu-py310-ubuntu22.04",
35+
"1.8.0": "2.0.1-tei1.8.0-cpu-py310-ubuntu22.04",
3436
},
3537
}
3638
HF_VERSIONS_MAPPING = {

0 commit comments

Comments
 (0)