Skip to content

Commit 33dba73

Browse files
authored
change: TGI 1.3.3 (#4335)
1 parent 71a4c58 commit 33dba73

File tree

2 files changed

+50
-2
lines changed

2 files changed

+50
-2
lines changed

src/sagemaker/image_uri_config/huggingface-llm.json

+49-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"1.0": "1.0.3",
1111
"1.1": "1.1.0",
1212
"1.2": "1.2.0",
13-
"1.3": "1.3.1"
13+
"1.3": "1.3.3"
1414
},
1515
"versions": {
1616
"0.6.0": {
@@ -341,7 +341,54 @@
341341
"container_version": {
342342
"gpu": "cu121-ubuntu20.04"
343343
}
344+
},
345+
"1.3.3": {
346+
"py_versions": [
347+
"py310"
348+
],
349+
"registries": {
350+
"af-south-1": "626614931356",
351+
"il-central-1": "780543022126",
352+
"ap-east-1": "871362719292",
353+
"ap-northeast-1": "763104351884",
354+
"ap-northeast-2": "763104351884",
355+
"ap-northeast-3": "364406365360",
356+
"ap-south-1": "763104351884",
357+
"ap-south-2": "772153158452",
358+
"ap-southeast-1": "763104351884",
359+
"ap-southeast-2": "763104351884",
360+
"ap-southeast-3": "907027046896",
361+
"ap-southeast-4": "457447274322",
362+
"ca-central-1": "763104351884",
363+
"cn-north-1": "727897471807",
364+
"cn-northwest-1": "727897471807",
365+
"eu-central-1": "763104351884",
366+
"eu-central-2": "380420809688",
367+
"eu-north-1": "763104351884",
368+
"eu-west-1": "763104351884",
369+
"eu-west-2": "763104351884",
370+
"eu-west-3": "763104351884",
371+
"eu-south-1": "692866216735",
372+
"eu-south-2": "503227376785",
373+
"me-south-1": "217643126080",
374+
"me-central-1": "914824155844",
375+
"sa-east-1": "763104351884",
376+
"us-east-1": "763104351884",
377+
"us-east-2": "763104351884",
378+
"us-gov-east-1": "446045086412",
379+
"us-gov-west-1": "442386744353",
380+
"us-iso-east-1": "886529160074",
381+
"us-isob-east-1": "094389454867",
382+
"us-west-1": "763104351884",
383+
"us-west-2": "763104351884",
384+
"ca-west-1": "204538143572"
385+
},
386+
"tag_prefix": "2.1.1-tgi1.3.3",
387+
"repository": "huggingface-pytorch-tgi-inference",
388+
"container_version": {
389+
"gpu": "cu121-ubuntu20.04"
390+
}
344391
}
345392
}
346393
}
347-
}
394+
}

tests/unit/sagemaker/image_uris/test_huggingface_llm.py

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
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",
2828
"1.3.1": "2.1.1-tgi1.3.1-gpu-py310-cu121-ubuntu20.04",
29+
"1.3.3": "2.1.1-tgi1.3.3-gpu-py310-cu121-ubuntu20.04",
2930
}
3031

3132

0 commit comments

Comments
 (0)