Skip to content

Commit 2f6bd9b

Browse files
haixiwroot
authored and
root
committed
chore: release TGI 2.0.0 (aws#4593)
1 parent 14b7950 commit 2f6bd9b

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed

src/sagemaker/image_uri_config/huggingface-llm.json

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"1.1": "1.1.0",
1212
"1.2": "1.2.0",
1313
"1.3": "1.3.3",
14-
"1.4": "1.4.5"
14+
"1.4": "1.4.5",
15+
"2.0": "2.0.0"
1516
},
1617
"versions": {
1718
"0.6.0": {
@@ -530,6 +531,53 @@
530531
"container_version": {
531532
"gpu": "cu121-ubuntu22.04"
532533
}
534+
},
535+
"2.0.0": {
536+
"py_versions": [
537+
"py310"
538+
],
539+
"registries": {
540+
"af-south-1": "626614931356",
541+
"il-central-1": "780543022126",
542+
"ap-east-1": "871362719292",
543+
"ap-northeast-1": "763104351884",
544+
"ap-northeast-2": "763104351884",
545+
"ap-northeast-3": "364406365360",
546+
"ap-south-1": "763104351884",
547+
"ap-south-2": "772153158452",
548+
"ap-southeast-1": "763104351884",
549+
"ap-southeast-2": "763104351884",
550+
"ap-southeast-3": "907027046896",
551+
"ap-southeast-4": "457447274322",
552+
"ca-central-1": "763104351884",
553+
"cn-north-1": "727897471807",
554+
"cn-northwest-1": "727897471807",
555+
"eu-central-1": "763104351884",
556+
"eu-central-2": "380420809688",
557+
"eu-north-1": "763104351884",
558+
"eu-west-1": "763104351884",
559+
"eu-west-2": "763104351884",
560+
"eu-west-3": "763104351884",
561+
"eu-south-1": "692866216735",
562+
"eu-south-2": "503227376785",
563+
"me-south-1": "217643126080",
564+
"me-central-1": "914824155844",
565+
"sa-east-1": "763104351884",
566+
"us-east-1": "763104351884",
567+
"us-east-2": "763104351884",
568+
"us-gov-east-1": "446045086412",
569+
"us-gov-west-1": "442386744353",
570+
"us-iso-east-1": "886529160074",
571+
"us-isob-east-1": "094389454867",
572+
"us-west-1": "763104351884",
573+
"us-west-2": "763104351884",
574+
"ca-west-1": "204538143572"
575+
},
576+
"tag_prefix": "2.1.1-tgi2.0.0",
577+
"repository": "huggingface-pytorch-tgi-inference",
578+
"container_version": {
579+
"gpu": "cu121-ubuntu22.04"
580+
}
533581
}
534582
}
535583
}

tests/unit/sagemaker/image_uris/test_huggingface_llm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
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",
3333
"1.4.5": "2.1.1-tgi1.4.5-gpu-py310-cu121-ubuntu22.04",
34+
"2.0.0": "2.1.1-tgi2.0.0-gpu-py310-cu121-ubuntu22.04",
3435
},
3536
"inf2": {
3637
"0.0.16": "1.13.1-optimum0.0.16-neuronx-py310-ubuntu22.04",

0 commit comments

Comments
 (0)