Skip to content

Commit ad3992f

Browse files
committed
Update
1 parent eb16dcc commit ad3992f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/sagemaker/image_uri_config/huggingface-llm-neuronx.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"inference": {
33
"processors": [
4-
"inf"
4+
"inf2"
55
],
66
"version_aliases": {
77
"0.0": "0.0.16"
@@ -30,10 +30,10 @@
3030
"us-west-2": "763104351884",
3131
"ca-west-1": "204538143572"
3232
},
33-
"tag_prefix": "2.1.1-optimum0.0.16",
33+
"tag_prefix": "1.13.1-optimum0.0.16",
3434
"repository": "huggingface-pytorch-tgi-inference",
3535
"container_version": {
36-
"inf": "ubuntu22.04"
36+
"inf2": "ubuntu22.04"
3737
}
3838
}
3939
}

tests/unit/sagemaker/image_uris/test_huggingface_llm.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
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",
3131
},
32-
"inf": {
33-
"0.0.16": "2.1.1-optimum0.0.16-neuronx-py310-ubuntu22.04",
32+
"inf2": {
33+
"0.0.16": "1.13.1-optimum0.0.16-neuronx-py310-ubuntu22.04",
3434
},
3535
}
3636

0 commit comments

Comments
 (0)