Skip to content

Commit d552e8e

Browse files
authored
Merge branch 'master' into static_quantization_tutorial
2 parents 219bdf9 + be64d8c commit d552e8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Parallel and Distributed Training
165165
---------------------------------
166166

167167
.. customgalleryitem::
168-
:tooltip: Train large models with multiple GPUs using model parallel
168+
:tooltip: Model parallel training on multiple GPUs
169169
:description: :doc:`/intermediate/model_parallel_tutorial`
170170
:figure: _static/img/distributed/DistPyTorch.jpg
171171

0 commit comments

Comments
 (0)