一、问题描述二、解决方案 一、问题描述win10系统在**import tensorrt**后再import torch会报错“找不到指定程序,error loading “…cublas64_11.dll” or one of its dependencies” 二、解决方案在我尝试了网上无数种方法后发现,是由于torch安装的cpu版本 使用pip uninstall torch卸载cpu版本的torch去torch官网,下载cuda版本的torch