Skip to content

Commit 76db456

Browse files
mchoi8739Miyoung Choi
and
Miyoung Choi
authored
[Documentation] Add SM Training Compiler node and clean up TOC (aws#3041)
* Add a note to remove account ids when reporting bugs with logs * add sm training compiler node, delete duplicated pages * Add topics * clean up titles and TOC Co-authored-by: Miyoung Choi <myoung8739@gamil.com>
1 parent d222826 commit 76db456

File tree

6 files changed

+65
-114
lines changed

6 files changed

+65
-114
lines changed

index.rst

+11-9
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,25 @@ On SageMaker Studio, you will need to open a terminal, go to your home folder, t
9393
sagemaker-featurestore/index
9494

9595

96+
.. toctree::
97+
:maxdepth: 1
98+
:caption: Frameworks
99+
100+
training/frameworks
101+
102+
96103
.. toctree::
97104
:maxdepth: 1
98105
:caption: Training
99106

100-
training/index
101107
training/algorithms
102-
training/frameworks
108+
reinforcement_learning/index
109+
sagemaker-experiments/index
103110
sagemaker-debugger/index
104111
training/tuning
105112
training/distributed_training/index
113+
sagemaker-training-compiler/index
114+
sagemaker-script-mode/index
106115
training/bring_your_own_container
107116
training/management
108117

@@ -114,13 +123,6 @@ On SageMaker Studio, you will need to open a terminal, go to your home folder, t
114123
inference/index
115124

116125

117-
.. toctree::
118-
:maxdepth: 1
119-
:caption: Frameworks
120-
121-
training/frameworks
122-
123-
124126
.. toctree::
125127
:maxdepth: 1
126128
:caption: Workflows

reinforcement_learning/index.rst

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
######################
2+
Reinforcement Learning
3+
######################
14

25
.. image:: rl_mountain_car_coach_gymEnv/successful_policy.gif
36
:width: 600

sagemaker-experiments/index.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
###########
2+
Experiments
3+
###########
4+
5+
16
Get started with Experiments
27
============================
38

sagemaker-script-mode/index.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
###########
2+
Script Mode
3+
###########
4+
15
SageMaker Script Mode Examples
26
==============================
37

@@ -11,4 +15,4 @@ SageMaker Script Mode at Increasing Levels of Customization
1115
.. toctree::
1216
:maxdepth: 1
1317

14-
sagemaker-script-mode
18+
sagemaker-script-mode

sagemaker-training-compiler/index.rst

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
#################
2+
Training Compiler
3+
#################
4+
5+
Train deep learning (DL) models faster on scalable GPU instances managed by SageMaker.
6+
7+
8+
Get started with SageMaker Training Compiler
9+
============================================
10+
11+
PyTorch with Hugging Face Transformers
12+
--------------------------------------
13+
14+
For single-node single-GPU training:
15+
16+
.. toctree::
17+
:maxdepth: 1
18+
19+
huggingface/pytorch_single_gpu_single_node/albert-base-v2/albert-base-v2
20+
huggingface/pytorch_single_gpu_single_node/bert-base-cased/bert-base-cased-single-node-single-gpu
21+
huggingface/pytorch_single_gpu_single_node/roberta-base/roberta-base
22+
23+
24+
For single-node multi-GPU training:
25+
26+
.. toctree::
27+
:maxdepth: 1
28+
29+
huggingface/pytorch_multiple_gpu_single_node/language-modeling-multi-gpu-single-node
30+
31+
32+
For multi-node multi-GPU training:
33+
34+
.. toctree::
35+
:maxdepth: 1
36+
37+
huggingface/pytorch_multiple_gpu_multiple_node/language-modeling-multi-gpu-multi-node
38+
39+
40+
For more information, see `Amazon SageMaker Training Compiler <https://docs.aws.amazon.com/sagemaker/latest/dg/training-compiler.html>`__
41+
in the Amazon SageMaker Developer Guide.

training/index.rst

-104
This file was deleted.

0 commit comments

Comments
 (0)