docs: add tensorflow 2.21 sagemaker training entries#6378
Merged
Conversation
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.
sallyseok
approved these changes
Jul 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds two docs data YAMLs under
docs/src/data/tensorflow-training/for the newly released TensorFlow 2.21 SageMaker training images:docs/src/data/tensorflow-training/2.21-cpu-sagemaker.yml— 2.21.0 CPU py312 amzn2023docs/src/data/tensorflow-training/2.21-gpu-sagemaker.yml— 2.21.0 GPU py312 cu129 amzn2023Shape
Both files mirror the existing
docs/src/data/tensorflow-training/2.19-{cpu,gpu}-sagemaker.ymlshape exactly (same field ordering, same 4-tag format including bare-sagemakertags). Only the OS moves fromubuntu22.04(2.19) toamzn2023(2.21), matching.github/config/image/tensorflow/2.21-sagemaker-{cpu,cuda}.yml.Fields:
framework,version,accelerator,python,cuda(GPU only),os,platform,ga,eop,public_registry,tags.Dated immutable tags (e.g.
...-v1.0-YYYY-MM-DD-HH-MM-SS) are intentionally omitted — the existing 2.19 entries do not include them, so this mirrors precedent.dlc_major_versionbare tags like2.21-cpu-py312-sagemaker-v1.0are also omitted per 2.19 precedent (only the-v1short form is listed).