Skip to content

Commit 9d17f04

Browse files
committed
TGI 1.0.2 Image URI Config
1 parent 23d3a68 commit 9d17f04

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

src/sagemaker/image_uri_config/huggingface-llm.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,48 @@
132132
"tag_prefix": "2.0.1-tgi0.9.3",
133133
"repository": "huggingface-pytorch-tgi-inference",
134134
"container_version": {"gpu": "cu118-ubuntu20.04"}
135+
},
136+
"1.0.2": {
137+
"py_versions": ["py39"],
138+
"registries": {
139+
"af-south-1": "626614931356",
140+
"il-central-1": "780543022126",
141+
"ap-east-1": "871362719292",
142+
"ap-northeast-1": "763104351884",
143+
"ap-northeast-2": "763104351884",
144+
"ap-northeast-3": "364406365360",
145+
"ap-south-1": "763104351884",
146+
"ap-south-2": "772153158452",
147+
"ap-southeast-1": "763104351884",
148+
"ap-southeast-2": "763104351884",
149+
"ap-southeast-3": "907027046896",
150+
"ap-southeast-4": "457447274322",
151+
"ca-central-1": "763104351884",
152+
"cn-north-1": "727897471807",
153+
"cn-northwest-1": "727897471807",
154+
"eu-central-1": "763104351884",
155+
"eu-central-2": "380420809688",
156+
"eu-north-1": "763104351884",
157+
"eu-west-1": "763104351884",
158+
"eu-west-2": "763104351884",
159+
"eu-west-3": "763104351884",
160+
"eu-south-1": "692866216735",
161+
"eu-south-2": "503227376785",
162+
"me-south-1": "217643126080",
163+
"me-central-1": "914824155844",
164+
"sa-east-1": "763104351884",
165+
"us-east-1": "763104351884",
166+
"us-east-2": "763104351884",
167+
"us-gov-east-1": "446045086412",
168+
"us-gov-west-1": "442386744353",
169+
"us-iso-east-1": "886529160074",
170+
"us-isob-east-1": "094389454867",
171+
"us-west-1": "763104351884",
172+
"us-west-2": "763104351884"
173+
},
174+
"tag_prefix": "2.0.1-tgi1.0.2",
175+
"repository": "huggingface-pytorch-tgi-inference",
176+
"container_version": {"gpu": "cu118-ubuntu20.04"}
135177
}
136178
}
137179
}

tests/unit/sagemaker/image_uris/test_huggingface_llm.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,13 @@
4444
"us-west-1": "763104351884",
4545
"us-west-2": "763104351884",
4646
}
47-
HF_VERSIONS = ["0.6.0", "0.8.2", "0.9.3"]
47+
HF_VERSIONS = ["0.6.0", "0.8.2", "0.9.3", "1.0.2"]
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",
5252
"0.9.3": "2.0.1-tgi0.9.3-gpu-py39-cu118-ubuntu20.04",
53+
"1.0.2": "2.0.1-tgi1.0.2-gpu-py39-cu118-ubuntu20.04",
5354
}
5455
LMI_VERSIONS_MAPPING = {"0.23.0": "deepspeed0.9.5-cu118"}
5556

0 commit comments

Comments
 (0)