Skip to content

Commit df26eb1

Browse files
authored
Merge branch 'master' into named_tensor_tutorial
2 parents 859b866 + be64d8c commit df26eb1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ pytorch_tutorial_build_defaults: &pytorch_tutorial_build_defaults
9797
sudo pip -q install awscli==1.16.35
9898
9999
if [ -n "${CUDA_VERSION}" ]; then
100-
DRIVER_FN="NVIDIA-Linux-x86_64-410.104.run"
100+
DRIVER_FN="NVIDIA-Linux-x86_64-430.40.run"
101101
wget "https://s3.amazonaws.com/ossci-linux/nvidia_driver/$DRIVER_FN"
102102
sudo /bin/bash "$DRIVER_FN" -s --no-drm || (sudo cat /var/log/nvidia-installer.log && false)
103103
nvidia-smi

index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,11 @@ Deploying PyTorch Models in Production
175175
Parallel and Distributed Training
176176
---------------------------------
177177

178+
.. customgalleryitem::
179+
:tooltip: Model parallel training on multiple GPUs
180+
:description: :doc:`/intermediate/model_parallel_tutorial`
181+
:figure: _static/img/distributed/DistPyTorch.jpg
182+
178183
.. customgalleryitem::
179184
:tooltip: Getting started with DistributedDataParallel
180185
:description: :doc:`/intermediate/ddp_tutorial`
@@ -318,6 +323,7 @@ PyTorch Fundamentals In-Depth
318323
:hidden:
319324
:caption: Parallel and Distributed Training
320325

326+
intermediate/model_parallel_tutorial
321327
intermediate/ddp_tutorial
322328
intermediate/dist_tuto
323329
beginner/aws_distributed_training_tutorial

0 commit comments

Comments
 (0)