1、 下载whisper
pip install -U openai-whisper -i https://mirror.baidu.com/pypi/simple
#查看是否安装成功
whisper -h
2、安装ffmpeg
apt-get update
apt-get install sudo
sudo apt update && sudo apt install ffmpeg
#查看是否安装成功
ffmpeg --version
3、找不到whisper,软链接问题
#查找whisper相关路径
find / -name whisper
#映射whisper路径到bin文件下
ln -s find路径 /usr/bin/whisper
4、安装工具包
pip install setuptools-rust
文章来源于互联网:安装openai-whisper
相关推荐: 8个国产全能型AI写作神器,给个标题就能自动生成全文 #科技#学习方法
在当今信息爆炸的时代,写作成为了人们表达思想、分享知识和传递情感的重要方式之一。对于很多人来说,写作并非易事。我们会陷入困境,无法找到灵感,我们会苦恼于语言表达的准确性,还有时候我们可能遭遇到了创作瓶颈,随着科技的进步和人工智能技术的发展,AI写作工具成为了我…
5bei.cn大模型教程网










