其他分享
首页 > 其他分享> > 3090显卡适配的torch

3090显卡适配的torch

作者:互联网

RuntimeError: CUDA error: no kernel image is available for execution on the device

安装适用于GeForce RTX 3090显卡的pytorch

卸载当前版本的pytorch, 重新按照以下安装

pip uninstall torch
pip install torch==1.7.0+cu110 torchvision==0.8.1+cu110 torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html

 

标签:适配,torch,pytorch,cu110,3090,pip,显卡
来源: https://www.cnblogs.com/StarZhai/p/16098387.html