20240202在WIN10下使用fast whisper缺少cudnn_ops_infer64_8.dll

20240202在WIN10下使用fast whisper缺少cudnn_ops_infer64_8.dll
2024/2/2 10:48


https://blog.csdn.net/feinifi/article/details/132548556
Could not locate cudnn_ops_infer64_8.dll. Please make sure it is in your library path!解决办法
安装cuDNN


c:\faster-whisper-webui>python cli.py --model large-v2 --vad silero-vad --language Japanese --output_dir c:\faster-whisper-webui\whisper_model c:\faster-whisper-webui\Downloads\test.mp4
Using faster-whisper for Whisper
[Auto parallel] Using GPU devices None and 8 CPU cores for VAD/transcription.
Creating whisper container for faster-whisper
Using parallel devices: None
Created Silerio model
Parallel VAD: Executing chunk from 0 to 74.072 on CPU device 0
Loaded Silerio model from cache.
Getting timestamps from audio file: c:\faster-whisper-webui\Downloads\test.mp4, start: 0, duration: 74.072
Processing VAD in chunk from 00:00.000 to 01:14.072
VAD processing took 6.546280500013381 seconds
Transcribing non-speech:
[{'end': 75.0716875, 'start': 0.0}]
Parallel VAD processing took 15.04769109992776 seconds
Device None (index 0) has 1 segments
(get_merged_timestamps) Using override timestamps of size 1
Processing timestamps:
[{'end': 75.0716875, 'start': 0.0}]
Running whisper from  00:00.000  to  01:15.072 , duration:  75.0716875 expanded:  0 prompt:  None language:  None
Loading faster whisper model large-v2 for device None
WARNING: fp16 option is ignored by faster-whisper - use compute_type instead.
Could not load library cudnn_ops_infer64_8.dll. Error code 126
Please make sure cudnn_ops_infer64_8.dll is in your library path!


百度:cudnn_ops_infer64_8.dll
https://blog.csdn.net/qq_30150579/article/details/128499694
Windows10下NVIDA CUDA,cuDNN和TensorRT安装教程


三. 安装cuDNN
去官网下载CUDNN,同前,注意版本号。下载地址:https://developer.nvidia.com/rdp/cudnn-download
【需要注册】
https://developer.nvidia.com/rdp/cudnn-download
cuDNN Download
NVIDIA cuDNN is a GPU-accelerated library of primitives for deep neural networks.

 I Agree To the Terms of the cuDNN Software License Agreement

Ethical AI
NVIDIA’s platforms and application frameworks enable developers to build a wide array of AI applications. Consider potential algorithmic bias when choosing or creating the models being deployed. Work with the model’s developer to ensure that it meets the requirements for the relevant industry and use case; that the necessary instruction and documentation are provided to understand error rates, confidence intervals, and results; and that the model is being used under the conditions and in the manner intended.

参考资料:
https://blog.csdn.net/qq_33959661/article/details/112971532
安装cudnn之后,tf训练报错缺少libcudnn_ops_infer.so.8解决方法


https://blog.csdn.net/Kelen99/article/details/121883743
Could not load library cudnn_ops_infer64_8.dll. Error code 126


https://www.yii666.com/blog/397588.html
记录-安装cuda与cudnn 及对应版本的tensorflow|pytorch tensorflow出现报错:Could not load library cudnn_cnn_infer64_8.dll. Error code 126


https://mp.weixin.qq.com/s?__biz=MzI1ODEzMDQ3OQ==&mid=2247487745&idx=1&sn=c8a083e688d2a8cdb0699a3f8ba81b1f&chksm=ea0d8641dd7a0f5784de711bb12f8c1788e70b30b2fe6ee39e158ed0ab9103db714a8e07124f&scene=27
Windows 上基于 TensorRT 的 YOLOV6 部署保姆级教程

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.hqwc.cn/news/449298.html

如若内容造成侵权/违法违规/事实不符,请联系编程知识网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

芯片设计公司ERP管理生产流程:从设计到制造的全面优化

随着科技的飞速发展,芯片设计公司在整个电子产业链中的地位日益重要。为了提高生产效率、降低成本,许多芯片设计公司选择引入ERP(企业资源计划)管理系统来优化生产流程。本文将详细介绍芯片设计公司如何利用ERP管理生产流程。 一、ERP系统概述 ERP系统是…

Hadoop:HDFS学习巩固——基础习题及编程实战

一 HDFS 选择题 1.对HDFS通信协议的理解错误的是? A.客户端与数据节点的交互是通过RPC(Remote Procedure Call)来实现的 B.HDFS通信协议都是构建在IoT协议基础之上的 C.名称节点和数据节点之间则使用数据节点协议进行交互 D.客户端通过一…

基于WordPress开发微信小程序1:搭建Wordpress

2年前,在知乎上提问:多数公司为什么宁愿自研也不用wordpress二次开发建站? - 知乎 (zhihu.com),收到了,很多回答 自己打算做一下提升,便有了自己基于wordpress开发微信小程序的想法 项目定位 基于wordpre…

VUE开发记录

1、VUE模板传递参数到JS方法 <select-language :value"item.language" change"selectLanguage($event, key)"></select-language>selectLanguage(value, key){console.log(value, key) }, 2、Element框架el-form-item自定义label和内容 <…

Linux实验记录:使用Samba或NFS实现文件共享

前言&#xff1a; 本文是一篇关于Linux系统初学者的实验记录。 参考书籍&#xff1a;《Linux就该这么学》 实验环境&#xff1a; VmwareWorkStation 17——虚拟机软件 RedHatEnterpriseLinux[RHEL]8——红帽操作系统 备注&#xff1a; FTP实现了文件传输&#xff0c;而非…

操作系统(10)----从写程序到程序运行

目录 一.从写程序到程序运行 二.链接 三.如何将逻辑地址转为物理地址 1.绝对装入 2.可重定位装入&#xff08;静态重定位&#xff09; 3.动态运行时装入&#xff08;动态重定位&#xff09; 一.从写程序到程序运行 程序员通过编辑器编辑源代码文件&#xff0c;通过编译后…

前端常见标签

<li> (List Item)&#xff1a;定义列表中的一个项目&#xff08;项&#xff09; <ul> (Unordered List)&#xff1a;定义无序列表 <ol> (Ordered List)&#xff1a;定义有序列表 <a> (Anchor Tag)&#xff1a;定义超链接 <ul><li>苹…

Datax问题记录

1、同步mysql&#xff1a;OS errno 24 - Too many open files 2023-11-20 12:30:04.371 [job-0] ERROR JobContainer - Exception when job run com.alibaba.datax.common.exception.DataXException: Code:[DBUtilErrorCode-07], Description:[读取数据库数据失败. 请检查您的…

Vue 上门取件时间组件

本文使用vue2.0elementui 制作一个上门取件时间组件&#xff0c;类似顺丰&#xff0c;样式如下&#xff1a; 大概功能&#xff1a;点击期望上门时间&#xff0c;下面出现一个弹框可以选择时间&#xff1a; 首先我们定义一些需要的数据&#xff1a; data() {return {isDropdown…

P1967 [NOIP2013 提高组] 货车运输

[NOIP2013 提高组] 货车运输 题目背景 NOIP2013 提高组 D1T3 题目描述 A 国有 n n n 座城市&#xff0c;编号从 1 1 1 到 n n n&#xff0c;城市之间有 m m m 条双向道路。每一条道路对车辆都有重量限制&#xff0c;简称限重。 现在有 q q q 辆货车在运输货物&#x…

delete、truncate和drop区别

一、从执行速度上来说 drop > truncate >> DELETE 二、从原理上讲 1、DELETE DELETE from TABLE_NAME where xxx1.1、DELETE属于数据库DML操作语言&#xff0c;只删除数据不删除表的结构&#xff0c;会走事务&#xff0c;执行时会触发trigger&#xff08; 触发器…

Nicn的刷题日常之打印菱形

目录 1.题目描述 2.解题思路 3.解题 1.题目描述 用C语言在屏幕上输出以下图案&#xff1a; 2.解题思路 仔细观察图形&#xff0c;可以发现&#xff0c;此图形中是由空格和*按照不同个数的输出组成的。 上三角&#xff1a;先输出空格&#xff0c;后输出*&#xff0c;每…