報錯:OSError: libnccl.so.2: cannot open shared object file: No such file or directory


因為沒有安裝nccl,本機為centos7

https://developer.nvidia.com/nccl/nccl-legacy-downloads

 

需要登錄一下

 

得到nccl-repo-rhel7-2.7.8-ga-cuda10.1-1-1.x86_64.rpm

安裝教程 :https://docs.nvidia.com/deeplearning/nccl/install-guide/index.html#down

 

1)運行:

rpm -ivh nccl-repo-rhel7-2.7.8-ga-cuda10.1-1-1.x86_64.rpm

2)然后運行:

yum-config-manager --add-repo https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-rhel7.repo

返回:

Loaded plugins: product-id
adding repo from: https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-rhel7.repo
grabbing file https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/cuda-rhel7.repo to /etc/yum.repos.d/cuda-rhel7.repo
cuda-rhel7.repo                                                                                                                                        |  232 B  00:00:00
repo saved to /etc/yum.repos.d/cuda-rhel7.repo 

3)更新:

sudo yum update

4)安裝:

yum install libnccl-2.7.8-1+cuda10.1 libnccl-devel-2.7.8-1+cuda10.1 libnccl-static-2.7.8-1+cuda10.1 

該錯就沒了

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM