Skip to content

Commit e69f112

Browse files
authored
change tag from str to list (#5605)
* change tag from str to list Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com> * remove release notes fields Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com> * fix table Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com> * fix base Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com> * remove tamplate Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com> --------- Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent 5514847 commit e69f112

File tree

103 files changed

+420
-132
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+420
-132
lines changed

docs/src/data/autogluon-inference/1.3-cpu-sagemaker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ accelerator: cpu
44
python: py311
55
os: ubuntu22.04
66
platform: sagemaker
7-
tag: "1.3.0-cpu-py311-ubuntu22.04"
7+
8+
# Image tags (first tag is used in available_images.md)
9+
tags:
10+
- "1.3.0-cpu-py311-ubuntu22.04"

docs/src/data/autogluon-inference/1.3-gpu-sagemaker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ python: py311
55
cuda: cu124
66
os: ubuntu22.04
77
platform: sagemaker
8-
tag: "1.3.0-gpu-py311-cu124-ubuntu22.04"
8+
9+
# Image tags (first tag is used in available_images.md)
10+
tags:
11+
- "1.3.0-gpu-py311-cu124-ubuntu22.04"

docs/src/data/autogluon-inference/1.4-cpu-sagemaker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ accelerator: cpu
44
python: py311
55
os: ubuntu22.04
66
platform: sagemaker
7-
tag: "1.4.0-cpu-py311-ubuntu22.04"
7+
8+
# Image tags (first tag is used in available_images.md)
9+
tags:
10+
- "1.4.0-cpu-py311-ubuntu22.04"

docs/src/data/autogluon-inference/1.4-gpu-sagemaker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ python: py311
55
cuda: cu124
66
os: ubuntu22.04
77
platform: sagemaker
8-
tag: "1.4.0-gpu-py311-cu124-ubuntu22.04"
8+
9+
# Image tags (first tag is used in available_images.md)
10+
tags:
11+
- "1.4.0-gpu-py311-cu124-ubuntu22.04"

docs/src/data/autogluon-training/1.3-cpu-sagemaker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ accelerator: cpu
44
python: py311
55
os: ubuntu22.04
66
platform: sagemaker
7-
tag: "1.3.0-cpu-py311-ubuntu22.04"
7+
8+
# Image tags (first tag is used in available_images.md)
9+
tags:
10+
- "1.3.0-cpu-py311-ubuntu22.04"

docs/src/data/autogluon-training/1.3-gpu-sagemaker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ python: py311
55
cuda: cu124
66
os: ubuntu22.04
77
platform: sagemaker
8-
tag: "1.3.0-gpu-py311-cu124-ubuntu22.04"
8+
9+
# Image tags (first tag is used in available_images.md)
10+
tags:
11+
- "1.3.0-gpu-py311-cu124-ubuntu22.04"

docs/src/data/autogluon-training/1.4-cpu-sagemaker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ accelerator: cpu
44
python: py311
55
os: ubuntu22.04
66
platform: sagemaker
7-
tag: "1.4.0-cpu-py311-ubuntu22.04"
7+
8+
# Image tags (first tag is used in available_images.md)
9+
tags:
10+
- "1.4.0-cpu-py311-ubuntu22.04"

docs/src/data/autogluon-training/1.4-gpu-sagemaker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ python: py311
55
cuda: cu124
66
os: ubuntu22.04
77
platform: sagemaker
8-
tag: "1.4.0-gpu-py311-cu124-ubuntu22.04"
8+
9+
# Image tags (first tag is used in available_images.md)
10+
tags:
11+
- "1.4.0-gpu-py311-cu124-ubuntu22.04"

docs/src/data/base/12.8-gpu-ec2.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ python: py312
55
cuda: cu128
66
os: ubuntu24.04
77
platform: ec2
8-
tag: "12.8.1-gpu-py312-cu128-ubuntu24.04-ec2"
98
ga: "2025-06-05"
109
eop: "2026-06-05"
1110
public_registry: true
11+
12+
# Image tags (first tag is used in available_images.md)
13+
tags:
14+
- "12.8.1-gpu-py312-cu128-ubuntu24.04-ec2"

docs/src/data/base/12.9-gpu-ec2.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ python: py312
55
cuda: cu129
66
os: ubuntu22.04
77
platform: ec2
8-
tag: "12.9.1-gpu-py312-cu129-ubuntu22.04-ec2"
98
ga: "2025-08-18"
109
eop: "2027-08-18"
1110
public_registry: true
11+
12+
# Image tags (first tag is used in available_images.md)
13+
tags:
14+
- "12.9.1-gpu-py312-cu129-ubuntu22.04-ec2"

0 commit comments

Comments
 (0)