NVIDIA-NCCL下载资源分享,跳过Authenticator验证

目录

  • Authenticator
  • 进入下载页面
    • [Download NCCL 2.22.3, for CUDA 12.5, June 18th, 2024](#Download NCCL 2.22.3, for CUDA 12.5, June 18th, 2024)
      • [Local installers (x86)](#Local installers (x86))
      • [Network installers (x86)](#Network installers (x86))
      • [Local installers (ARM)](#Local installers (ARM))
      • [Network installers (ARM)](#Network installers (ARM))
    • [Download NCCL 2.22.3, for CUDA 12.4, June 18th, 2024](#Download NCCL 2.22.3, for CUDA 12.4, June 18th, 2024)
      • [Local installers (x86)](#Local installers (x86))
      • [Network installers (x86)](#Network installers (x86))
      • [Local installers (ARM)](#Local installers (ARM))
      • [Network installers (ARM)](#Network installers (ARM))
    • [Download NCCL 2.22.3, for CUDA 12.2, June 18th, 2024](#Download NCCL 2.22.3, for CUDA 12.2, June 18th, 2024)
      • [Local installers (x86)](#Local installers (x86))
      • [Network installers (x86)](#Network installers (x86))
      • [Local installers (ARM)](#Local installers (ARM))
  • 如果需要其他版本请留言

Authenticator

现在NVIDIA登录需要Authenticator验证,很多人会卡在这里导致无法下载后续的资源

如果有的话,在最下面选择已验证ID扫描QR码,回到主页就能看到多出了一个NVIDIA的选项栏,输入验证码即可

进入下载页面

Download NCCL 2.22.3, for CUDA 12.5, June 18th, 2024

Local installers (x86)

O/S agnostic local installer
Local installer for Ubuntu 22.04
Local installer for Ubuntu 20.04
Local installer for RedHat/CentOS 9
Local installer for RedHat/CentOS 8

Network installers (x86)

If not already done, make sure you install the network repository:

bash 复制代码
Network Installer for Ubuntu22.04

$ wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.0-1_all.deb
$ sudo dpkg -i cuda-keyring_1.0-1_all.deb
$ sudo apt-get update
Network Installer for Ubuntu20.04

$ wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-keyring_1.0-1_all.deb
$ sudo dpkg -i cuda-keyring_1.0-1_all.deb
$ sudo apt-get update
Network Installer for RedHat/CentOS 9

$ sudo dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/cuda-rhel9.repo
Network Installer for RedHat/CentOS 8

$ sudo dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-rhel8.repo

then run the following command to installer NCCL:

For Ubuntu: sudo apt install libnccl2=2.22.3-1+cuda12.5 libnccl-dev=2.22.3-1+cuda12.5

For RHEL/Centos: sudo yum install libnccl-2.22.3-1+cuda12.5 libnccl-devel-2.22.3-1+cuda12.5 libnccl-static-2.22.3-1+cuda12.5

Local installers (ARM)

O/S agnostic local installer
Local installer for Ubuntu 22.04
Local installer for Ubuntu 20.04
Local installer for RedHat/CentOS 9
Local installer for RedHat/CentOS 8

Network installers (ARM)

If not already done, make sure you install the network repository:

bash 复制代码
Network Installer for Ubuntu22.04

$ wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/sbsa/cuda-keyring_1.0-1_all.deb
$ sudo dpkg -i cuda-keyring_1.0-1_all.deb
$ sudo apt-get update
Network Installer for Ubuntu20.04

$ wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/sbsa/cuda-keyring_1.0-1_all.deb
$ sudo dpkg -i cuda-keyring_1.0-1_all.deb
$ sudo apt-get update
Network Installer for RedHat/CentOS 9

$ sudo dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel9/sbsa/cuda-rhel9.repo
Network Installer for RedHat/CentOS 8

$ sudo dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel8/sbsa/cuda-rhel8.repo

then run the following command to installer NCCL:

For Ubuntu: sudo apt install libnccl2=2.22.3-1+cuda12.5 libnccl-dev=2.22.3-1+cuda12.5

For RHEL/Centos: sudo yum install libnccl-2.22.3-1+cuda12.5 libnccl-devel-2.22.3-1+cuda12.5 libnccl-static-2.22.3-1+cuda12.5

Download NCCL 2.22.3, for CUDA 12.4, June 18th, 2024

Local installers (x86)

O/S agnostic local installer
Local installer for Ubuntu 22.04
Local installer for Ubuntu 20.04
Local installer for RedHat/CentOS 9
Local installer for RedHat/CentOS 8

Network installers (x86)

If not already done, make sure you install the network repository:

bash 复制代码
Network Installer for Ubuntu22.04

$ wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.0-1_all.deb
$ sudo dpkg -i cuda-keyring_1.0-1_all.deb
$ sudo apt-get update
Network Installer for Ubuntu20.04

$ wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-keyring_1.0-1_all.deb
$ sudo dpkg -i cuda-keyring_1.0-1_all.deb
$ sudo apt-get update
Network Installer for RedHat/CentOS 9

$ sudo dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/cuda-rhel9.repo
Network Installer for RedHat/CentOS 8

$ sudo dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel8/x86_64/cuda-rhel8.repo

Local installers (ARM)

O/S agnostic local installer
Local installer for Ubuntu 22.04

Network installers (ARM)

If not already done, make sure you install the network repository:

bash 复制代码
Network Installer for Ubuntu22.04

$ wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/sbsa/cuda-keyring_1.0-1_all.deb
$ sudo dpkg -i cuda-keyring_1.0-1_all.deb
$ sudo apt-get update

then run the following command to installer NCCL:

For Ubuntu: sudo apt install libnccl2=2.22.3-1+cuda12.4 libnccl-dev=2.22.3-1+cuda12.4

For RHEL/Centos: sudo yum install libnccl-2.22.3-1+cuda12.4 libnccl-devel-2.22.3-1+cuda12.4 libnccl-static-2.22.3-1+cuda12.4

Download NCCL 2.22.3, for CUDA 12.2, June 18th, 2024

Local installers (x86)

O/S agnostic local installer
Local installer for Ubuntu 22.04
Local installer for RedHat/CentOS 9

Network installers (x86)

If not already done, make sure you install the network repository:

bash 复制代码
Network Installer for Ubuntu22.04

$ wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.0-1_all.deb
$ sudo dpkg -i cuda-keyring_1.0-1_all.deb
$ sudo apt-get update
Network Installer for RedHat/CentOS 9

$ sudo dnf config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel9/x86_64/cuda-rhel9.repo

then run the following command to installer NCCL:

For Ubuntu: sudo apt install libnccl2=2.22.3-1+cuda12.2 libnccl-dev=2.22.3-1+cuda12.2

For RHEL/Centos: sudo yum install libnccl-2.22.3-1+cuda12.2 libnccl-devel-2.22.3-1+cuda12.2 libnccl-static-2.22.3-1+cuda12.2

Local installers (ARM)

O/S agnostic local installer

如果需要其他版本请留言

相关推荐
AI狂热爱好者2 天前
Meta 上周宣布正式开源小型语言模型 MobileLLM 系列
人工智能·ai·语言模型·自然语言处理·gpu算力
算家云2 天前
moffee模型部署教程
人工智能·python·github·markdown·nvidia·ppt·幻灯片制作
LeonNo1111 天前
软考:GPU算力,AI芯片
人工智能·gpu算力
HPC_fac1305206781613 天前
三款计算服务器配置→如何选择科学计算服务器?
服务器·人工智能·科技·深度学习·计算机视觉·数据挖掘·gpu算力
坐望云起14 天前
Ubuntu20.04 更新Nvidia驱动 + 安装CUDA12.1 + cudnn8.9.7
linux·ubuntu·nvidia·cuda·onnx·1024程序员节
HPC_fac1305206781614 天前
2024 AI 时代:科学计算服务器——科技创新核心动力源
服务器·人工智能·科技·gpu算力·1024程序员节
HPC_fac1305206781614 天前
计算服务器:开启科学计算新变革的强大引擎
服务器·人工智能·科技·计算机视觉·gpu算力·1024程序员节
丶213615 天前
【PyTorch 】【CUDA】深入了解 PyTorch 中的 CUDA 和 cuDNN 版本及 GPU 信息
人工智能·pytorch·gpu算力
广东性感学术大蟑螂=V=16 天前
第九届清洁能源与发电技术国际学术会议(CEPGT 2024)
大数据·人工智能·自动化·系统安全·智慧城市·能源·gpu算力
RZer18 天前
NVIDIA 发布适用于网络安全的 NIM Blueprint
安全·web安全·nvidia