From cae7bb4b1d047e06c909172e723472f8b57b5460 Mon Sep 17 00:00:00 2001 From: pagezyhf Date: Mon, 28 Jul 2025 16:08:22 +0200 Subject: [PATCH 1/3] add redirection --- docs/sagemaker/source/dlcs/available.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sagemaker/source/dlcs/available.md b/docs/sagemaker/source/dlcs/available.md index 7b326a04c..828e8934b 100644 --- a/docs/sagemaker/source/dlcs/available.md +++ b/docs/sagemaker/source/dlcs/available.md @@ -4,6 +4,8 @@ Below you can find a listing of all the Deep Learning Containers (DLCs) availabl For each supported combination of use-case (training, inference), accelerator type (CPU, GPU, Neuron), and framework (PyTorch, TGI, TEI) containers are created. +For Neuron DLCs specificaly, you can browse the Optimum Neuron [documentation](https://huggingface.co/docs/optimum-neuron/en/containers). + ## Training Pytorch Training DLC: For training, our DLCs are available for PyTorch via Transformers. They include support for training on GPUs and AWS AI chips with libraries such as TRL, Sentence Transformers, or Diffusers. From 3d52cb1eb8c5fb32c83db44640cf5555570d5f75 Mon Sep 17 00:00:00 2001 From: pagezyhf Date: Mon, 28 Jul 2025 16:09:41 +0200 Subject: [PATCH 2/3] spelling --- docs/sagemaker/source/dlcs/available.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sagemaker/source/dlcs/available.md b/docs/sagemaker/source/dlcs/available.md index 828e8934b..da9aa1f00 100644 --- a/docs/sagemaker/source/dlcs/available.md +++ b/docs/sagemaker/source/dlcs/available.md @@ -4,7 +4,7 @@ Below you can find a listing of all the Deep Learning Containers (DLCs) availabl For each supported combination of use-case (training, inference), accelerator type (CPU, GPU, Neuron), and framework (PyTorch, TGI, TEI) containers are created. -For Neuron DLCs specificaly, you can browse the Optimum Neuron [documentation](https://huggingface.co/docs/optimum-neuron/en/containers). +For Neuron DLCs specifically, you can browse the Optimum Neuron [documentation](https://huggingface.co/docs/optimum-neuron/en/containers). ## Training From 853f580ab8f4bd3ed1f1e80db277030311aae294 Mon Sep 17 00:00:00 2001 From: pagezyhf <165770107+pagezyhf@users.noreply.github.com> Date: Mon, 28 Jul 2025 17:40:48 +0200 Subject: [PATCH 3/3] Update docs/sagemaker/source/dlcs/available.md Co-authored-by: Jeff Boudier <74218629+jeffboudier@users.noreply.github.com> --- docs/sagemaker/source/dlcs/available.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sagemaker/source/dlcs/available.md b/docs/sagemaker/source/dlcs/available.md index da9aa1f00..c24fcf1bc 100644 --- a/docs/sagemaker/source/dlcs/available.md +++ b/docs/sagemaker/source/dlcs/available.md @@ -4,7 +4,7 @@ Below you can find a listing of all the Deep Learning Containers (DLCs) availabl For each supported combination of use-case (training, inference), accelerator type (CPU, GPU, Neuron), and framework (PyTorch, TGI, TEI) containers are created. -For Neuron DLCs specifically, you can browse the Optimum Neuron [documentation](https://huggingface.co/docs/optimum-neuron/en/containers). +Neuron DLCs for training and inference on AWS Trainium and AWS Inferentia instances can be found in the [Optimum Neuron documentation](https://huggingface.co/docs/optimum-neuron/en/containers). ## Training