-
I kept getting an error when running auto-subtitle:
```
ModuleNotFoundError: No module named 'ffmpeg'
```
This seems to be caused by the fact that openai-whisper dropped the upstream dependenc…
-
自建服务器,仙人掌连接后,一声“蹬蹬”音后无反应,emqx后台在浏览器也无法打开
端口测试已经联通
测试方案:
tcp端口:1883、8082、18083、8083
命令:```telnet ```
返回:
```
Trying ...
Connected to .
Escape character is '^]'.
```
1~2s后
```Connec…
-
**Describe the bug**
I am trying to run Whisper on an AMD Radeon 780M Graphics using DirectML EP but it is showing the Not Implemented error below.
**To Reproduce**
python -m pip install onnxrunt…
WA225 updated
3 months ago
-
I have the following function defined in my Swift iOS app, copied largely from the example app in the repo:
```
func loadModel(isRedownloadAttempt: Bool) {
// First check what's already dow…
-
**Describe the bug**
When running optimized whisper medium int8 on macOS coreml I get the error
```console
CreateSession(Msg("Could not find an implementation for DecoderMaskedMultiHeadAttention(1)…
-
## ASR
- [ ] ASR2K: Speech Recognition for Around 2000 Languages without Audio https://arxiv.org/abs/2209.02842
- [x] Whisper: Whisper is a general-purpose speech recognition model. https://github…
-
Hi!
I have my own openai compatible endpoint that works fine in all my programs
i.e. in python:
```python
import openai
client = openai.OpenAI(
api_key="my-key",
base_url="http://***.…
-
Hello, as mentioned, is it possible to use Azure OpenAI Whisper?
-
I used the following code to get the pretrained models:
from transformers import CLIPModel, LlamaModel
clip_model = CLIPModel.from_pretrained("openai/clip-vit-base-patch16")
f…
-
"The effect of Whisper in Chinese speech recognition is very poor, with almost all recognitions being incorrect. I hope to add support for sherpa-onnx-sense-voice-zh-en-ja-ko-yue-2024-07-17."
This …