我在卸载 pytorch 时遇到问题

I'm having issues uninstalling pytorch

不久前,我使用 pip 安装了 pytorch,并将其作为计算平台“仅 CPU”。现在我想在 GPU 上使用 torch,但无论我如何尝试将 CUDA 安装为计算平台,它仍然始终使用 1.9.0+cpu 版本。 pip 和 conda 都无法卸载它,我什至尝试手动删除一些 torch 文件,但没有任何帮助。无论我尝试多少,它仍然总是在 CPU 计算设备上运行,而不是在 CUDA 支持下运行。我也尝试创建不同的虚拟环境并在那里安装 CUDA 但它仍然适用于 CPU 版本。

When I try uninstalling with pip

When I try uninstalling with conda

import torch

print(torch.__version__)

这会打印:

enter image description here

PS:很抱歉图片是链接我显然没有足够的真实图片声誉

要使我的评论成为您可以接受的答案:

您可以使用

print(torch.__file__)

去看看神秘的Torch安装在哪里,把它删掉

如果这不起作用,您可以随时在计算机中搜索 torch