Skip to content

Commit 69fb754

Browse files
lanking520knikure
authored andcommitted
feat: Add Rubikon V7 release tags (aws#1295)
1 parent d8297ec commit 69fb754

File tree

4 files changed

+104
-1
lines changed

4 files changed

+104
-1
lines changed

src/sagemaker/image_uri_config/djl-deepspeed.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
{
22
"scope": ["inference"],
33
"versions": {
4+
"0.25.0": {
5+
"registries": {
6+
"af-south-1": "626614931356",
7+
"il-central-1": "780543022126",
8+
"ap-east-1": "871362719292",
9+
"ap-northeast-1": "763104351884",
10+
"ap-northeast-2": "763104351884",
11+
"ap-northeast-3": "364406365360",
12+
"ap-south-1": "763104351884",
13+
"ap-southeast-1": "763104351884",
14+
"ap-southeast-2": "763104351884",
15+
"ap-southeast-3": "907027046896",
16+
"ca-central-1": "763104351884",
17+
"cn-north-1": "727897471807",
18+
"cn-northwest-1": "727897471807",
19+
"eu-central-1": "763104351884",
20+
"eu-north-1": "763104351884",
21+
"eu-west-1": "763104351884",
22+
"eu-west-2": "763104351884",
23+
"eu-west-3": "763104351884",
24+
"eu-south-1": "692866216735",
25+
"me-south-1": "217643126080",
26+
"sa-east-1": "763104351884",
27+
"us-east-1": "763104351884",
28+
"us-east-2": "763104351884",
29+
"us-west-1": "763104351884",
30+
"us-west-2": "763104351884"
31+
},
32+
"repository": "djl-inference",
33+
"tag_prefix": "0.25.0-deepspeed0.11.0-cu118"
34+
},
435
"0.24.0": {
536
"registries": {
637
"af-south-1": "626614931356",

src/sagemaker/image_uri_config/djl-neuronx.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
11
{
22
"scope": ["inference"],
33
"versions": {
4+
"0.25.0": {
5+
"registries": {
6+
"af-south-1": "626614931356",
7+
"il-central-1": "780543022126",
8+
"ap-east-1": "871362719292",
9+
"ap-northeast-1": "763104351884",
10+
"ap-northeast-2": "763104351884",
11+
"ap-northeast-3": "364406365360",
12+
"ap-south-1": "763104351884",
13+
"ap-southeast-1": "763104351884",
14+
"ap-southeast-2": "763104351884",
15+
"ap-southeast-3": "907027046896",
16+
"ca-central-1": "763104351884",
17+
"cn-north-1": "727897471807",
18+
"cn-northwest-1": "727897471807",
19+
"eu-central-1": "763104351884",
20+
"eu-north-1": "763104351884",
21+
"eu-west-1": "763104351884",
22+
"eu-west-2": "763104351884",
23+
"eu-west-3": "763104351884",
24+
"eu-south-1": "692866216735",
25+
"me-south-1": "217643126080",
26+
"sa-east-1": "763104351884",
27+
"us-east-1": "763104351884",
28+
"us-east-2": "763104351884",
29+
"us-west-1": "763104351884",
30+
"us-west-2": "763104351884"
31+
},
32+
"repository": "djl-inference",
33+
"tag_prefix": "0.25.0-neuronx-sdk2.15.0"
34+
},
435
"0.24.0": {
536
"registries": {
637
"af-south-1": "626614931356",
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"scope": ["inference"],
3+
"versions": {
4+
"0.25.0": {
5+
"registries": {
6+
"af-south-1": "626614931356",
7+
"il-central-1": "780543022126",
8+
"ap-east-1": "871362719292",
9+
"ap-northeast-1": "763104351884",
10+
"ap-northeast-2": "763104351884",
11+
"ap-northeast-3": "364406365360",
12+
"ap-south-1": "763104351884",
13+
"ap-southeast-1": "763104351884",
14+
"ap-southeast-2": "763104351884",
15+
"ap-southeast-3": "907027046896",
16+
"ca-central-1": "763104351884",
17+
"cn-north-1": "727897471807",
18+
"cn-northwest-1": "727897471807",
19+
"eu-central-1": "763104351884",
20+
"eu-north-1": "763104351884",
21+
"eu-west-1": "763104351884",
22+
"eu-west-2": "763104351884",
23+
"eu-west-3": "763104351884",
24+
"eu-south-1": "692866216735",
25+
"me-south-1": "217643126080",
26+
"sa-east-1": "763104351884",
27+
"us-east-1": "763104351884",
28+
"us-east-2": "763104351884",
29+
"us-west-1": "763104351884",
30+
"us-west-2": "763104351884"
31+
},
32+
"repository": "djl-inference",
33+
"tag_prefix": "0.25.0-tensorrtllm0.5.0-cu122"
34+
}
35+
}
36+
}

tests/unit/sagemaker/image_uris/test_djl.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@
1818

1919
@pytest.mark.parametrize(
2020
"load_config_and_file_name",
21-
["djl-neuronx.json", "djl-fastertransformer.json", "djl-deepspeed.json"],
21+
[
22+
"djl-neuronx.json",
23+
"djl-fastertransformer.json",
24+
"djl-deepspeed.json",
25+
"djl-tensorrtllm.json",
26+
],
2227
indirect=True,
2328
)
2429
def test_djl_uris(load_config_and_file_name):

0 commit comments

Comments
 (0)