为什么 CUDA 无法与 easyocr 一起使用?

Why CUDA is unavailable for using with easyocr?

根据Pytorch我在cmd

中使用了这个命令
pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113

但是 CUDA 仍然不可用。有人可以帮帮我吗?

import torch
print(torch.cuda.is_available())

输出将是False

您必须先更新驱动程序:

这是来自nvidia网站的概念图

这是另一个:

更多内容在 CUDA Compatibility