Skip to content

Commit de4bae9

Browse files
committed
Adds echo message for nccl 2.15
1 parent 6f768e4 commit de4bae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/install_cuda.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function install_117 {
5555
}
5656

5757
function install_118 {
58-
echo "Installing CUDA 11.8 and cuDNN 8.5"
58+
echo "Installing CUDA 11.8 and cuDNN 8.5 and NCCL 2.15"
5959
rm -rf /usr/local/cuda-11.8 /usr/local/cuda
6060
# install CUDA 11.8.0 in the same container
6161
wget -q https://developer.download.nvidia.com/compute/cuda/11.8.0/local_installers/cuda_11.8.0_520.61.05_linux.run

0 commit comments

Comments
 (0)