Skip to content

Commit 3cafa53

Browse files
authored
feature: Add huggingface-llm 0.9.3 dlc images (#4045)
1 parent 499e81a commit 3cafa53

File tree

2 files changed

+46
-2
lines changed

2 files changed

+46
-2
lines changed

src/sagemaker/image_uri_config/huggingface-llm.json

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"processors": ["gpu"],
44
"version_aliases": {
55
"0.6": "0.6.0",
6-
"0.8": "0.8.2"
6+
"0.8": "0.8.2",
7+
"0.9": "0.9.3"
78
},
89
"versions": {
910
"0.6.0": {
@@ -89,6 +90,48 @@
8990
"tag_prefix": "2.0.0-tgi0.8.2",
9091
"repository": "huggingface-pytorch-tgi-inference",
9192
"container_version": {"gpu": "cu118-ubuntu20.04"}
93+
},
94+
"0.9.3": {
95+
"py_versions": ["py39"],
96+
"registries": {
97+
"af-south-1": "626614931356",
98+
"il-central-1": "780543022126",
99+
"ap-east-1": "871362719292",
100+
"ap-northeast-1": "763104351884",
101+
"ap-northeast-2": "763104351884",
102+
"ap-northeast-3": "364406365360",
103+
"ap-south-1": "763104351884",
104+
"ap-south-2": "772153158452",
105+
"ap-southeast-1": "763104351884",
106+
"ap-southeast-2": "763104351884",
107+
"ap-southeast-3": "907027046896",
108+
"ap-southeast-4": "457447274322",
109+
"ca-central-1": "763104351884",
110+
"cn-north-1": "727897471807",
111+
"cn-northwest-1": "727897471807",
112+
"eu-central-1": "763104351884",
113+
"eu-central-2": "380420809688",
114+
"eu-north-1": "763104351884",
115+
"eu-west-1": "763104351884",
116+
"eu-west-2": "763104351884",
117+
"eu-west-3": "763104351884",
118+
"eu-south-1": "692866216735",
119+
"eu-south-2": "503227376785",
120+
"me-south-1": "217643126080",
121+
"me-central-1": "914824155844",
122+
"sa-east-1": "763104351884",
123+
"us-east-1": "763104351884",
124+
"us-east-2": "763104351884",
125+
"us-gov-east-1": "446045086412",
126+
"us-gov-west-1": "442386744353",
127+
"us-iso-east-1": "886529160074",
128+
"us-isob-east-1": "094389454867",
129+
"us-west-1": "763104351884",
130+
"us-west-2": "763104351884"
131+
},
132+
"tag_prefix": "2.0.1-tgi0.9.3",
133+
"repository": "huggingface-pytorch-tgi-inference",
134+
"container_version": {"gpu": "cu118-ubuntu20.04"}
92135
}
93136
}
94137
}

tests/unit/sagemaker/image_uris/test_huggingface_llm.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,12 @@
4444
"us-west-1": "763104351884",
4545
"us-west-2": "763104351884",
4646
}
47-
HF_VERSIONS = ["0.6.0", "0.8.2"]
47+
HF_VERSIONS = ["0.6.0", "0.8.2", "0.9.3"]
4848
LMI_VERSIONS = ["0.23.0"]
4949
HF_VERSIONS_MAPPING = {
5050
"0.6.0": "2.0.0-tgi0.6.0-gpu-py39-cu118-ubuntu20.04",
5151
"0.8.2": "2.0.0-tgi0.8.2-gpu-py39-cu118-ubuntu20.04",
52+
"0.9.3": "2.0.1-tgi0.9.3-gpu-py39-cu118-ubuntu20.04",
5253
}
5354
LMI_VERSIONS_MAPPING = {"0.23.0": "deepspeed0.9.5-cu118"}
5455

0 commit comments

Comments
 (0)