当前位置: 首页 > news >正文

pytorch, torch_tesnsorrt安装各版本匹配

python -m pip install torch2.3.0 torchvision0.18.0 torch-tensorrt2.3.0 tensorrt10.0.1 --extra-index-url https://download.pytorch.org/whl/cu118

在这里插入图片描述

如果import tensorrt失败,则从官网下载再安装
https://developer.nvidia.com/tensorrt/download/10x
下载10.0GA windows版本win

下载后的安装,其实只需要解压
添加环境变量
安装python包
参考:https://docs.nvidia.com/deeplearning/tensorrt/install-guide/index.html
在这里插入图片描述


http://www.mrgr.cn/news/9584.html

相关文章:

  • (152)时序收敛--->(02)时序收敛二
  • HTTP与Qt:构建网络应用的桥梁
  • 矢量数据创建
  • 前端性能优化:构建快速且流畅的Web体验
  • 基于pygame的雷电战机小游戏
  • 【初阶数据结构】顺序表和链表算法题(上)
  • SpringCloud Gateway及 Springboot 服务 跨域配置
  • 【Tesla FSD V12的前世今生】从模块化设计到端到端自动驾驶技术的跃迁
  • 使用 Vue I18n 进行 Vue.js 应用的国际化
  • Java超市收银系统(十、爬虫)
  • vue 精选评论词云 集成echarts-wordcloud TF-IDF算法
  • PDF文件切割,无大小限制
  • Linux文件目录系统
  • ES6 中的 Set 对象
  • 【Linux入门】shell基础篇——shell的构成及基础调试
  • Excel VBA 编程学习指南,1.1 什么是VBA及其应用场景
  • 【ORACLE】listagg() 函数
  • 鸿蒙HarmonyOS开发:如何灵活运用动画效果提升用户体验
  • 深入解析浏览器与Web服务器的通信机制:从URL输入到页面渲染的全过程
  • Spring Boot OAuth2.0应用