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

如果需要其他版本请留言

相关推荐
kailp3 天前
1Prompt1Story:为长故事创作赋予角色一致性的AI助手
人工智能·云计算·gpu算力·视频
天朝八阿哥5 天前
Debian安装Nvidia驱动
debian·nvidia
kailp9 天前
无脑上手风月YOLO11镜像——新一代计算机视觉模型
人工智能·计算机视觉·云计算·ssh·gpu算力
thinkerCoder9 天前
k8s集群添加一个新GPU节点
云原生·容器·kubernetes·gpu算力
扫地的小何尚9 天前
NVIDIA TensorRT 深度学习推理加速引擎详解
c++·人工智能·深度学习·gpu·nvidia·cuda
放羊郎14 天前
英伟达消费级RTX显卡配置表
网络·nvidia·英伟达·游戏显卡·rtx
来自于狂人18 天前
当大模型训练遇上“双向飙车”:DeepSeek开源周 DualPipe解析指南
人工智能·算法·系统架构·gpu算力
nuczzz24 天前
NVIDIA k8s-device-plugin源码分析与安装部署
kubernetes·k8s·gpu·nvidia·cuda
元宇宙时间1 个月前
TON基金会确认冠名赞助2025香港Web3嘉年华,并将于4月8日重磅呈现“TON生态日”
人工智能·去中心化·区块链·gpu算力
Damon小智1 个月前
探索高性能AI识别和边缘计算 | NVIDIA Jetson Orin Nano 8GB 开发套件的全面测评
深度学习·ai·边缘计算·树莓派·nvidia·开发板·orin nano