Skip to content

Commit c751dbd

Browse files
haixiwzhaoqizqwang
andauthored
chore: release tgi 2.0.1 (#4642)
* chore: release tgi 2.0.1 * minor fix --------- Co-authored-by: Zhaoqi <[email protected]>
1 parent 45e3192 commit c751dbd

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
@@ -12,7 +12,7 @@
1212
"1.2": "1.2.0",
1313
"1.3": "1.3.3",
1414
"1.4": "1.4.5",
15-
"2.0": "2.0.0"
15+
"2.0": "2.0.1"
1616
},
1717
"versions": {
1818
"0.6.0": {
@@ -578,6 +578,53 @@
578578
"container_version": {
579579
"gpu": "cu121-ubuntu22.04"
580580
}
581+
},
582+
"2.0.1": {
583+
"py_versions": [
584+
"py310"
585+
],
586+
"registries": {
587+
"af-south-1": "626614931356",
588+
"il-central-1": "780543022126",
589+
"ap-east-1": "871362719292",
590+
"ap-northeast-1": "763104351884",
591+
"ap-northeast-2": "763104351884",
592+
"ap-northeast-3": "364406365360",
593+
"ap-south-1": "763104351884",
594+
"ap-south-2": "772153158452",
595+
"ap-southeast-1": "763104351884",
596+
"ap-southeast-2": "763104351884",
597+
"ap-southeast-3": "907027046896",
598+
"ap-southeast-4": "457447274322",
599+
"ca-central-1": "763104351884",
600+
"cn-north-1": "727897471807",
601+
"cn-northwest-1": "727897471807",
602+
"eu-central-1": "763104351884",
603+
"eu-central-2": "380420809688",
604+
"eu-north-1": "763104351884",
605+
"eu-west-1": "763104351884",
606+
"eu-west-2": "763104351884",
607+
"eu-west-3": "763104351884",
608+
"eu-south-1": "692866216735",
609+
"eu-south-2": "503227376785",
610+
"me-south-1": "217643126080",
611+
"me-central-1": "914824155844",
612+
"sa-east-1": "763104351884",
613+
"us-east-1": "763104351884",
614+
"us-east-2": "763104351884",
615+
"us-gov-east-1": "446045086412",
616+
"us-gov-west-1": "442386744353",
617+
"us-iso-east-1": "886529160074",
618+
"us-isob-east-1": "094389454867",
619+
"us-west-1": "763104351884",
620+
"us-west-2": "763104351884",
621+
"ca-west-1": "204538143572"
622+
},
623+
"tag_prefix": "2.1.1-tgi2.0.1",
624+
"repository": "huggingface-pytorch-tgi-inference",
625+
"container_version": {
626+
"gpu": "cu121-ubuntu22.04"
627+
}
581628
}
582629
}
583630
}

tests/unit/sagemaker/image_uris/test_huggingface_llm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
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",
3434
"2.0.0": "2.1.1-tgi2.0.0-gpu-py310-cu121-ubuntu22.04",
35+
"2.0.1": "2.1.1-tgi2.0.1-gpu-py310-cu121-ubuntu22.04",
3536
},
3637
"inf2": {
3738
"0.0.16": "1.13.1-optimum0.0.16-neuronx-py310-ubuntu22.04",

0 commit comments

Comments
 (0)