Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

docs(NCCL): 📝 update echo command to reflect NCCL 2.20.5 #1753

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/install_cuda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down