-
Its a really good model for its size and it aligns with the goal of this project.
-
## Issue quick look
I am running a faster whisper on a Flask app to use it for real-time transcription. It is running, occupying memory, and not releasing it. Eventually, the app is getting killed. …
-
Previously reported in https://github.com/speechmatics/ctranslate2_triton_backend/issues/2#issuecomment-1546889761 by @aamir-s18
The backend currently only supports encoder-decoder models,
whereas…
-
I am using BatchedInferencePipeline of faster whisper in Google Colab by
! pip install --force-reinstall "faster-whisper @ https://github.com/SYSTRAN/faster-whisper/archive/refs/heads/master.tar.gz…
-
the faster-whisper 1.0.0 version support cuda12
but Older versions affected
I use faster-whisper 0.10.0 version
Collecting ctranslate2=4.0 (from faster-whisper==0.10.0->-r /requirements.txt…
-
While attempting to run it im getting error:
`OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized.
OMP: Hint This means that multiple copies of the OpenMP run…
-
I would like to know if it is possible to use CTranslate2 hosted model pipeline linked with a websocket service like twilio to receive audio streams. Like https://github.com/ufal/whisper_streaming or …
-
Hi! This has been an awesome project and helped me a lot. I was wondering can we get dynamic lora switching in ctranslate2? Afaik TensorRTLLM has it
-
I managed to get Ctranslate2 compiled with ARM64 on Windows, but it runs very slow.
Outputting this message: Error in cpuinfo: operating system is not supported in cpuinfo
I guess the CPU is not det…
-
## 🐛 Bug
When translating eng_Latn to zho_Hant, there are always missing parts to be translated. It doesn't happen in Zho_hans. Evan yue_hant is better than zho_hant.
### To Reproduce
Steps …