File tree 1 file changed +4
-2
lines changed
doc/api/training/smd_model_parallel_release_notes
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,11 @@ The following new features are added for PyTorch.
16
16
17
17
* Added support for FP16 training by implementing smdistributed.modelparallel
18
18
modification of Apex FP16_Module and FP16_Optimizer. To learn more, see
19
- ` <https://docs.aws.amazon.com/sagemaker/latest/dg/model-parallel-extended-features-pytorch-fp16.html >`_.
19
+ `FP16 Training with Model Parallelism
20
+ <https://docs.aws.amazon.com/sagemaker/latest/dg/model-parallel-extended-features-pytorch-fp16.html> `_.
20
21
* New checkpoint APIs for CPU memory usage optimization. To learn more, see
21
- ` <https://docs.aws.amazon.com/sagemaker/latest/dg/model-parallel-extended-features-pytorch-checkpoint.html >`_.
22
+ `Checkpointing Distributed Models and Optimizer States
23
+ <https://docs.aws.amazon.com/sagemaker/latest/dg/model-parallel-extended-features-pytorch-checkpoint.html> `_.
22
24
23
25
**Improvements **
24
26
You can’t perform that action at this time.
0 commit comments