From 5e95dce86a42afb706ae502d1cec7ea207419abf Mon Sep 17 00:00:00 2001 From: Jennifer Cwagenberg Date: Sun, 24 Mar 2024 20:37:59 -0500 Subject: [PATCH] docs(NCCL): :memo: update echo command to reflect NCCL 2.20.5 --- common/install_cuda.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/install_cuda.sh b/common/install_cuda.sh index ad06342be..fbbef45f2 100644 --- a/common/install_cuda.sh +++ b/common/install_cuda.sh @@ -25,7 +25,7 @@ function install_cusparselt_052 { } function install_118 { - echo "Installing CUDA 11.8 and cuDNN 8.7 and NCCL 2.15 and cuSparseLt-0.4.0" + echo "Installing CUDA 11.8 and cuDNN 8.7 and NCCL 2.20.5 and cuSparseLt-0.4.0" rm -rf /usr/local/cuda-11.8 /usr/local/cuda # install CUDA 11.8.0 in the same container wget -q https://developer.download.nvidia.com/compute/cuda/11.8.0/local_installers/cuda_11.8.0_520.61.05_linux.run