Skip to content

Commit c7cc721

Browse files
author
haixiw
committed
Release TGI 1.1.0
1 parent cdba7e3 commit c7cc721

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
@@ -175,6 +175,48 @@
175175
"tag_prefix": "2.0.1-tgi1.0.3",
176176
"repository": "huggingface-pytorch-tgi-inference",
177177
"container_version": {"gpu": "cu118-ubuntu20.04"}
178+
},
179+
"1.1.0": {
180+
"py_versions": ["py39"],
181+
"registries": {
182+
"af-south-1": "626614931356",
183+
"il-central-1": "780543022126",
184+
"ap-east-1": "871362719292",
185+
"ap-northeast-1": "763104351884",
186+
"ap-northeast-2": "763104351884",
187+
"ap-northeast-3": "364406365360",
188+
"ap-south-1": "763104351884",
189+
"ap-south-2": "772153158452",
190+
"ap-southeast-1": "763104351884",
191+
"ap-southeast-2": "763104351884",
192+
"ap-southeast-3": "907027046896",
193+
"ap-southeast-4": "457447274322",
194+
"ca-central-1": "763104351884",
195+
"cn-north-1": "727897471807",
196+
"cn-northwest-1": "727897471807",
197+
"eu-central-1": "763104351884",
198+
"eu-central-2": "380420809688",
199+
"eu-north-1": "763104351884",
200+
"eu-west-1": "763104351884",
201+
"eu-west-2": "763104351884",
202+
"eu-west-3": "763104351884",
203+
"eu-south-1": "692866216735",
204+
"eu-south-2": "503227376785",
205+
"me-south-1": "217643126080",
206+
"me-central-1": "914824155844",
207+
"sa-east-1": "763104351884",
208+
"us-east-1": "763104351884",
209+
"us-east-2": "763104351884",
210+
"us-gov-east-1": "446045086412",
211+
"us-gov-west-1": "442386744353",
212+
"us-iso-east-1": "886529160074",
213+
"us-isob-east-1": "094389454867",
214+
"us-west-1": "763104351884",
215+
"us-west-2": "763104351884"
216+
},
217+
"tag_prefix": "2.0.1-tgi1.1.0",
218+
"repository": "huggingface-pytorch-tgi-inference",
219+
"container_version": {"gpu": "cu118-ubuntu20.04"}
178220
}
179221
}
180222
}

tests/unit/sagemaker/image_uris/test_huggingface_llm.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,14 @@
4444
"us-west-1": "763104351884",
4545
"us-west-2": "763104351884",
4646
}
47-
HF_VERSIONS = ["0.6.0", "0.8.2", "0.9.3", "1.0.3"]
47+
HF_VERSIONS = ["0.6.0", "0.8.2", "0.9.3", "1.0.3", "1.1.0"]
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",
5353
"1.0.3": "2.0.1-tgi1.0.3-gpu-py39-cu118-ubuntu20.04",
54+
"1.1.0": "2.0.1-tgi1.1.0-gpu-py39-cu118-ubuntu20.04",
5455
}
5556
LMI_VERSIONS_MAPPING = {"0.23.0": "deepspeed0.9.5-cu118"}
5657

0 commit comments

Comments
 (0)