-
Hi,
I am developing a Python consumer using Celery to transcribe audio files. However, when a task starts in Celery, the Faster-Whisper model hangs and does nothing. There are no error messages, and …
-
**出错信息**
出错时软件界面完整截图,以及提示框或控制台报错信息。
![Clip_20241103_170340](https://github.com/user-attachments/assets/83218519-e9d1-40cb-adb7-7bc01c366d20)
![Clip_20241103_170358](https://github.com/user-attachme…
-
https://github.com/alesaccoia/VoiceStreamAI/assets/39730824/c86907e4-f6df-4bce-bf75-090ee34f7384
-
from faster_whisper import WhisperModel, BatchedInferencePipeline
model = WhisperModel("medium", device="cuda", compute_type="float16")
batched_model = BatchedInferencePipeline(model=model)
Bat…
-
can it support whisper-turbo?
-
@abdeladim-s @BBC-Esq
https://huggingface.co/openai/whisper-large-v3-turbo
We working on supporting this? Or we at the point where we can just drop the weights in?
It's supposed to be *a lot …
-
Hey! I really appreciate the work that's been done on this project so far!
I'm not a coder, but over the last few days I've managed to get Podly up and running, using 'llama-3.1-70b-versatile' thr…
-
(just more of an FYI)
Was hoping to use the latest version but bump up some of the requirement versions (e.g. faster-whisper), but looks like the [3.1.5 release](https://pypi.org/project/whisperx/3…
-
```Bash
pip install simpler-whisper
ERROR: Could not find a version that satisfies the requirement simpler-whisper (from versions: none)
ERROR: No matching distribution found for simpler-whisper
`…
-
Hello Developer,
I'm using Docker Compose for the deployment and Jellyfin as the playback client.
Half a month ago, when I was using subgen, it worked when I opened the movie, but failed because it …