We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4254651 commit 20fcd88Copy full SHA for 20fcd88
python/tools/prepare_build_environment_linux.sh
@@ -32,7 +32,7 @@ else
32
libcudnn9-devel-cuda-12-9.1.0.70-1 \
33
libcublas-devel-12-2-12.2.5.6-1 \
34
# libnccl-devel-2.19.3-1+cuda12.2
35
- yum-config-manager --add-repo https://developer.download.nvidia.cn/compute/machine-learning/repos/rhel8/x86_64/nvidia-machine-learning-rhel8.repo
+ yum-config-manager --add-repo https://developer.download.nvidia.com/compute/machine-learning/repos/rhel8/x86_64/nvidia-machine-learning-rhel8.repo
36
yum install -y libnccl-devel-2.15.5-1+cuda12.2
37
ln -s cuda-12.2 /usr/local/cuda
38
0 commit comments