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

如果需要其他版本请留言

相关推荐
nuczzz4 天前
GPU虚拟化
docker·kubernetes·k8s·gpu·nvidia
舰长1157 天前
GPU显存的作用和如何选择
gpu算力
霖0014 天前
详解GPU
人工智能·vscode·python·fpga开发·mvc·gpu算力
摩尔线程20 天前
推测解码算法在 MTT GPU 的应用实践
算法·语言模型·大模型·gpu算力·gpu·摩尔线程
乌旭20 天前
天文数据处理:基于CUDA的射电望远镜图像实时去噪算法(开源FAST望远镜数据处理代码解析)
算法·架构·开源·去中心化·智能合约·gpu算力·risc-v
kailp21 天前
云渲染技术解析与渲酷平台深度测评:如何实现高效3D创作?
人工智能·深度学习·3d·渲染·gpu算力
九章云极AladdinEdu23 天前
深度学习框架显存泄漏诊断手册(基于PyTorch的Memory Snapshot对比分析方法)
人工智能·pytorch·python·深度学习·机器学习·transformer·gpu算力
wei_shuo1 个月前
GpuGeek 实操指南:So-VITS-SVC 语音合成与 Stable Diffusion 文生图双模型搭建,融合即梦 AI 的深度实践
人工智能·stable diffusion·gpu算力·gpuseek
九章云极AladdinEdu1 个月前
GPU SIMT架构的极限压榨:PTX汇编指令级并行优化实践
汇编·人工智能·pytorch·python·深度学习·架构·gpu算力
wei_shuo1 个月前
深度剖析 GpuGeek 实例:GpuGeek/Qwen3-32B 模型 API 调用实践与性能测试洞察
大模型·gpu算力·gpuseek