Skip to content

Commit 1a5fe78

Browse files
committed
feature: TGI 1.4.0
1 parent c8b0876 commit 1a5fe78

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed

src/sagemaker/image_uri_config/huggingface-llm.json

+49-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"1.0": "1.0.3",
1111
"1.1": "1.1.0",
1212
"1.2": "1.2.0",
13-
"1.3": "1.3.3"
13+
"1.3": "1.3.3",
14+
"1.4": "1.4.0"
1415
},
1516
"versions": {
1617
"0.6.0": {
@@ -388,6 +389,53 @@
388389
"container_version": {
389390
"gpu": "cu121-ubuntu20.04"
390391
}
392+
},
393+
"1.4.0": {
394+
"py_versions": [
395+
"py310"
396+
],
397+
"registries": {
398+
"af-south-1": "626614931356",
399+
"il-central-1": "780543022126",
400+
"ap-east-1": "871362719292",
401+
"ap-northeast-1": "763104351884",
402+
"ap-northeast-2": "763104351884",
403+
"ap-northeast-3": "364406365360",
404+
"ap-south-1": "763104351884",
405+
"ap-south-2": "772153158452",
406+
"ap-southeast-1": "763104351884",
407+
"ap-southeast-2": "763104351884",
408+
"ap-southeast-3": "907027046896",
409+
"ap-southeast-4": "457447274322",
410+
"ca-central-1": "763104351884",
411+
"cn-north-1": "727897471807",
412+
"cn-northwest-1": "727897471807",
413+
"eu-central-1": "763104351884",
414+
"eu-central-2": "380420809688",
415+
"eu-north-1": "763104351884",
416+
"eu-west-1": "763104351884",
417+
"eu-west-2": "763104351884",
418+
"eu-west-3": "763104351884",
419+
"eu-south-1": "692866216735",
420+
"eu-south-2": "503227376785",
421+
"me-south-1": "217643126080",
422+
"me-central-1": "914824155844",
423+
"sa-east-1": "763104351884",
424+
"us-east-1": "763104351884",
425+
"us-east-2": "763104351884",
426+
"us-gov-east-1": "446045086412",
427+
"us-gov-west-1": "442386744353",
428+
"us-iso-east-1": "886529160074",
429+
"us-isob-east-1": "094389454867",
430+
"us-west-1": "763104351884",
431+
"us-west-2": "763104351884",
432+
"ca-west-1": "204538143572"
433+
},
434+
"tag_prefix": "2.1.1-tgi1.4.0",
435+
"repository": "huggingface-pytorch-tgi-inference",
436+
"container_version": {
437+
"gpu": "cu121-ubuntu20.04"
438+
}
391439
}
392440
}
393441
}

tests/unit/sagemaker/image_uris/test_huggingface_llm.py

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"1.2.0": "2.1.1-tgi1.2.0-gpu-py310-cu121-ubuntu20.04",
2929
"1.3.1": "2.1.1-tgi1.3.1-gpu-py310-cu121-ubuntu20.04",
3030
"1.3.3": "2.1.1-tgi1.3.3-gpu-py310-cu121-ubuntu20.04",
31+
"1.4.0": "2.1.1-tgi1.4.0-gpu-py310-cu121-ubuntu20.04",
3132
},
3233
"inf2": {
3334
"0.0.16": "1.13.1-optimum0.0.16-neuronx-py310-ubuntu22.04",

0 commit comments

Comments
 (0)