Skip to content

Commit 584c677

Browse files
bhanutejagkBhanu Teja Goshikonda
andauthored
docs: add tensorflow 2.21 sagemaker training entries (#6378)
Adds docs data YAMLs for the newly released TensorFlow 2.21 SageMaker training images (CPU and GPU), mirroring the shape of the existing tensorflow-training/2.19 entries (framework/version/accelerator/python/ cuda/os/platform/ga/eop/public_registry + 4 tags). Images covered: * 2.21.0 CPU py312 amzn2023 SageMaker training * 2.21.0 GPU py312 cu129 amzn2023 SageMaker training This is a manual docs-PR equivalent because the release workflow step4-docs-pr auto-skipped for tensorflow (not listed in .github/config/autocurrency-tracker.yml, see scripts/ci/autocurrency/docs-pr.sh:112). Registering tensorflow in the tracker is a separate follow-up. Co-authored-by: Bhanu Teja Goshikonda <bhanugk@amazon.com>
1 parent b3aa9e0 commit 584c677

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
framework: TensorFlow
2+
version: "2.21"
3+
accelerator: cpu
4+
python: py312
5+
os: amzn2023
6+
platform: sagemaker
7+
ga: "2026-07-10"
8+
eop: "2027-07-10"
9+
public_registry: true
10+
11+
tags:
12+
- "2.21.0-cpu-py312-amzn2023-sagemaker"
13+
- "2.21-cpu-py312-amzn2023-sagemaker-v1"
14+
- "2.21.0-cpu-py312-sagemaker"
15+
- "2.21-cpu-py312-sagemaker"
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
framework: TensorFlow
2+
version: "2.21"
3+
accelerator: gpu
4+
python: py312
5+
cuda: cu129
6+
os: amzn2023
7+
platform: sagemaker
8+
ga: "2026-07-10"
9+
eop: "2027-07-10"
10+
public_registry: true
11+
12+
tags:
13+
- "2.21.0-gpu-py312-cu129-amzn2023-sagemaker"
14+
- "2.21-gpu-py312-cu129-amzn2023-sagemaker-v1"
15+
- "2.21.0-gpu-py312-sagemaker"
16+
- "2.21-gpu-py312-sagemaker"

0 commit comments

Comments
 (0)