Updating available dlcs list to reflect https://huggingface.co/docs/sagemaker/en/dlcs/available#2635
Closed
dwarez wants to merge 2 commits into
Closed
Updating available dlcs list to reflect https://huggingface.co/docs/sagemaker/en/dlcs/available#2635dwarez wants to merge 2 commits into
dwarez wants to merge 2 commits into
Conversation
…o/docs/sagemaker/en/dlcs/available Signed-off-by: DWarez <dario.salvati@huggingface.co>
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Signed-off-by: DWarez <dario.salvati@huggingface.co>
Contributor
Author
|
I'm unsure about the FAQ section, would you guys keep it or not? |
Contributor
Author
|
see #2571 |
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.
change: updating available dlcs list to reflect https://huggingface.co/docs/sagemaker/en/dlcs/available
Note
Low Risk
Documentation-only updates to container URIs and guidance; no runtime or application code changes.
Overview
Realigns
docs/sagemaker/source/dlcs/available.mdwith the current SageMaker DLC reference by replacing a handful of region-specific URIs with a fuller, tabular catalog of training and inference images.Training coverage now lists multiple PyTorch GPU builds plus dedicated sections for NeuronX, PyTorch Compiler, and TensorFlow. Inference adds the same structure for PyTorch/TensorFlow/NeuronX, and documents new stacks including Llama.cpp, additional vLLM tags, vLLM-Omni, and reorganized SGLang / TEI entries. Table URIs use a
<region>placeholder instead of fixedus-east-1/us-west-2hosts, and PyTorch inference tags are bumped (e.g. Transformers 5.5.3 on 2.6).The FAQ is updated to explain URI construction with a concrete
us-east-1example, cautions thatimage_uris.retrievemay lag releases, and removes the prior multi-lineimage_uris.retrievePython snippet.Reviewed by Cursor Bugbot for commit 497a386. Bugbot is set up for automated code reviews on this repo. Configure here.