出现RuntimeError: NCCL Error 3: internal error - please report this issue to the NCCL developers问题
一般是torch和cuda版本不对。卸载原先的torch gpu版本。#2 重新安装torch。#1 查看cuda版本。再去官网找正确版本安装。
·
一般是torch和cuda版本不对
#1 查看cuda版本
nvcc --version
#2 重新安装torch
卸载原先的torch gpu版本
pip uninstall torch torchvision torchaudio
再去官网找正确版本安装
更多推荐
所有评论(0)