Torch not compiled with Cuda enabled 解决办法
- 确保下方指令运行有效:
nvcc --version
- 进入指定虚拟环境下运行下方指令:
conda install pytorch==1.11.0 torchvision==0.12.0 torchaudio==0.11.0 cudatoolkit=11.3 -c pytorch
本文来自博客园,作者:艾孜尔江,转载请注明原文链接:https://www.cnblogs.com/ezhar/p/17739862.html