Skip to content

Commit 45166be

Browse files
authored
TGI 1.3.1 (#4314)
1 parent 8774952 commit 45166be

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

src/sagemaker/image_uri_config/huggingface-llm.json

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"0.8": "0.8.2",
77
"0.9": "0.9.3",
88
"1.0": "1.0.3",
9-
"1.1": "1.1.0"
9+
"1.1": "1.1.0",
10+
"1.2": "1.2.0",
11+
"1.3": "1.3.1"
1012
},
1113
"versions": {
1214
"0.6.0": {
@@ -260,6 +262,48 @@
260262
"tag_prefix": "2.1.1-tgi1.2.0",
261263
"repository": "huggingface-pytorch-tgi-inference",
262264
"container_version": {"gpu": "cu121-ubuntu20.04"}
265+
},
266+
"1.3.1": {
267+
"py_versions": ["py310"],
268+
"registries": {
269+
"af-south-1": "626614931356",
270+
"il-central-1": "780543022126",
271+
"ap-east-1": "871362719292",
272+
"ap-northeast-1": "763104351884",
273+
"ap-northeast-2": "763104351884",
274+
"ap-northeast-3": "364406365360",
275+
"ap-south-1": "763104351884",
276+
"ap-south-2": "772153158452",
277+
"ap-southeast-1": "763104351884",
278+
"ap-southeast-2": "763104351884",
279+
"ap-southeast-3": "907027046896",
280+
"ap-southeast-4": "457447274322",
281+
"ca-central-1": "763104351884",
282+
"cn-north-1": "727897471807",
283+
"cn-northwest-1": "727897471807",
284+
"eu-central-1": "763104351884",
285+
"eu-central-2": "380420809688",
286+
"eu-north-1": "763104351884",
287+
"eu-west-1": "763104351884",
288+
"eu-west-2": "763104351884",
289+
"eu-west-3": "763104351884",
290+
"eu-south-1": "692866216735",
291+
"eu-south-2": "503227376785",
292+
"me-south-1": "217643126080",
293+
"me-central-1": "914824155844",
294+
"sa-east-1": "763104351884",
295+
"us-east-1": "763104351884",
296+
"us-east-2": "763104351884",
297+
"us-gov-east-1": "446045086412",
298+
"us-gov-west-1": "442386744353",
299+
"us-iso-east-1": "886529160074",
300+
"us-isob-east-1": "094389454867",
301+
"us-west-1": "763104351884",
302+
"us-west-2": "763104351884"
303+
},
304+
"tag_prefix": "2.1.1-tgi1.3.1",
305+
"repository": "huggingface-pytorch-tgi-inference",
306+
"container_version": {"gpu": "cu121-ubuntu20.04"}
263307
}
264308
}
265309
}

tests/unit/sagemaker/image_uris/test_huggingface_llm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"1.0.3": "2.0.1-tgi1.0.3-gpu-py39-cu118-ubuntu20.04",
2626
"1.1.0": "2.0.1-tgi1.1.0-gpu-py39-cu118-ubuntu20.04",
2727
"1.2.0": "2.1.1-tgi1.2.0-gpu-py310-cu121-ubuntu20.04",
28+
"1.3.1": "2.1.1-tgi1.3.1-gpu-py310-cu121-ubuntu20.04",
2829
}
2930

3031

0 commit comments

Comments
 (0)