Skip to content

Commit 2950cd4

Browse files
whittech1benieric
authored and
root
committed
feat: TGI 1.4.5 (aws#4573)
Co-authored-by: Erick Benitez-Ramos <[email protected]>
1 parent 7366a30 commit 2950cd4

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

src/sagemaker/image_uri_config/huggingface-llm.json

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"1.1": "1.1.0",
1212
"1.2": "1.2.0",
1313
"1.3": "1.3.3",
14-
"1.4": "1.4.2"
14+
"1.4": "1.4.5"
1515
},
1616
"versions": {
1717
"0.6.0": {
@@ -483,6 +483,53 @@
483483
"container_version": {
484484
"gpu": "cu121-ubuntu22.04"
485485
}
486+
},
487+
"1.4.5": {
488+
"py_versions": [
489+
"py310"
490+
],
491+
"registries": {
492+
"af-south-1": "626614931356",
493+
"il-central-1": "780543022126",
494+
"ap-east-1": "871362719292",
495+
"ap-northeast-1": "763104351884",
496+
"ap-northeast-2": "763104351884",
497+
"ap-northeast-3": "364406365360",
498+
"ap-south-1": "763104351884",
499+
"ap-south-2": "772153158452",
500+
"ap-southeast-1": "763104351884",
501+
"ap-southeast-2": "763104351884",
502+
"ap-southeast-3": "907027046896",
503+
"ap-southeast-4": "457447274322",
504+
"ca-central-1": "763104351884",
505+
"cn-north-1": "727897471807",
506+
"cn-northwest-1": "727897471807",
507+
"eu-central-1": "763104351884",
508+
"eu-central-2": "380420809688",
509+
"eu-north-1": "763104351884",
510+
"eu-west-1": "763104351884",
511+
"eu-west-2": "763104351884",
512+
"eu-west-3": "763104351884",
513+
"eu-south-1": "692866216735",
514+
"eu-south-2": "503227376785",
515+
"me-south-1": "217643126080",
516+
"me-central-1": "914824155844",
517+
"sa-east-1": "763104351884",
518+
"us-east-1": "763104351884",
519+
"us-east-2": "763104351884",
520+
"us-gov-east-1": "446045086412",
521+
"us-gov-west-1": "442386744353",
522+
"us-iso-east-1": "886529160074",
523+
"us-isob-east-1": "094389454867",
524+
"us-west-1": "763104351884",
525+
"us-west-2": "763104351884",
526+
"ca-west-1": "204538143572"
527+
},
528+
"tag_prefix": "2.1.1-tgi1.4.5",
529+
"repository": "huggingface-pytorch-tgi-inference",
530+
"container_version": {
531+
"gpu": "cu121-ubuntu22.04"
532+
}
486533
}
487534
}
488535
}

tests/unit/sagemaker/image_uris/test_huggingface_llm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"1.3.3": "2.1.1-tgi1.3.3-gpu-py310-cu121-ubuntu20.04",
3131
"1.4.0": "2.1.1-tgi1.4.0-gpu-py310-cu121-ubuntu20.04",
3232
"1.4.2": "2.1.1-tgi1.4.2-gpu-py310-cu121-ubuntu22.04",
33+
"1.4.5": "2.1.1-tgi1.4.5-gpu-py310-cu121-ubuntu22.04",
3334
},
3435
"inf2": {
3536
"0.0.16": "1.13.1-optimum0.0.16-neuronx-py310-ubuntu22.04",

0 commit comments

Comments
 (0)