Replies: 3 comments
-
please use english |
Beta Was this translation helpful? Give feedback.
-
I translated @jhx1024 's post using DeepL: Chinese->English:
1] Whisper, on the CPU, is quite slow. It is mostly designed to go very fast using a powerful GPU. If you want to run it faster, there is lots of discussion in this thread: where people have created other projects, like:
which run with less RAM and can achieve similar results in a fraction of the time. If you can only run CPU, you may also be limited to some of the smaller models:
Trying to run 2] No. Not that I'm aware of. Whisper normally runs in:
and there are a few other projects that take it and wrap it in C++ or Java (for Android/iOS ports). See some of the discussion here: |
Beta Was this translation helpful? Give feedback.
-
Thank you for answering my question. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
两个疑问:
1.使用whisper xxx.mp3(或其他格式音频文件)特别慢。一首3分钟歌差不多要二三十分钟才能结束。
2.是否支持Java ?
Beta Was this translation helpful? Give feedback.
All reactions