-
So faster-whisper is built using CTranslate2 and checking the CTranslate2 github, they say:
> "Multiple CPU architectures support
The project supports x86-64 and AArch64/ARM64 processors and int…
-
### Describe the feature you'd like to request
For visibility. See: https://pypi.org/project/whisper-ctranslate2/
Whisper command line client compatible with original [OpenAI client](https://githu…
-
Can u add Faster-whisper support?
Or How can i do that?
-
### 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this?
- [X] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions
### 该问题是否在FAQ中有解答? | Is there an existing ans…
-
**出错信息**
![Screenshot 2024-09-22 022952](https://github.com/user-attachments/assets/b4eb0eab-234f-4d93-b0a6-434e3ed6dd45)
![Screenshot 2024-09-22 023928](https://github.com/user-attachments/assets/c…
-
when i use faster-whisper to load deepdml/faster-whisper-large-v3-turbo-ct2,i found that every segment.no_speech_prob is 0.0
-
0.8.1已尝试了各种组合,看日志应该是爆显存。0.8.0版本从来没爆过,不知道哪里出了问题,今天刚升级。
日志如下:
==========2024-09-18_20:43:30==========
==========Process==========
redirect std output
vad_filter : True
-threshold …
-
For the same whisper model (small), faster-whisper is even slower than origin whisper model.
To load the model, my code is :
"""
from faster_whisper import WhisperModel
model=WhisperModel("small"…
-
If audio input is full silent, it will output/ return things like "MBC 뉴스 이재경입니다.".
Seems VAD has been applied in SYSTRAN/faster-whisper since for sample with long silence but verbal at the end it…
-
Where can I find the instruction for deploying faster-whisper-v3-large with silero-vad? There is only whisper deploy on the official documantation.