python 进入python环境
import torch
torch.version
torch.cuda.is_available()
cuda版本
nvcc --version
谁装的,谁卸载
conda uninstall pytorch
OR
pip uninstall torch