这意味着你不能直接使用pip install nccl来安装NCCL。 正确的安装方式: NCCL是NVIDIA提供的用于高性能GPU群集通信的库,它通常与CUDA和PyTorch等深度学习框架一起使用。 要安装NCCL,你需要从NVIDIA的官方网站下载适用于你的CUDA版本的NCCL安装包,并按照提供的安装指南进行安装。 对于PyTorch用户,PyTorch的官方安装命令会...
export USE_SYSTEM_NCCL=1 Looks like it was added by:pytorch/builder#1196 Let me propose the PR to unset this flag : USE_SYSTEM_NCCL I guess we are using the system NCCL installation to be able topip install nvidia-nccl-cu12during the runtime. If we would use thethird_party/ncclmodule...