-
Hello,
We are currently looking to add faster-whisper into the [Open ASR Leaderboard](https://huggingface.co/spaces/hf-audio/open_asr_leaderboard).
Here is the script we are using to run the ev…
-
title.
https://github.com/arlo-phoenix/CTranslate2-rocm/blob/rocm/README_ROCM.md#whisperx
-
Hello,
I attempted to run evaluations for Faster-Whisper from https://github.com/huggingface/open_asr_leaderboard/tree/main/ctranslate2
However, I observed that it was significantly slower than …
-
Among the backends that we already have, we should consider also ctransformers2 which is high performance: https://opennmt.net/CTranslate2/generation.html besides #796
-
**Describe the bug**
When I upload a video with an audio track that contains no spoken words, and I run a workflow to generate subtitles using Whisper-ctranslate2, the speech-to-text workflow step fa…
-
I am using Windows 10 with CUDA 11.8, Python 3.10 and ctranslate2 4.4.0.
The problem already seems to reported in the faster-whisper repo but I also have it when I directly use ctranslate2:
https://…
-
I am using whisperx for inference (which is built upon faster-whisper).
I have finetuned large-v3 model on 1k hours of domain-specific data. When I run standard inference the results are ok. Finetu…
-
Command:
```pwsh
whisperx "audio/test.mp3" --model "large-v3" --language "en"
```
Error:
```pwsh
Could not locate cudnn_ops_infer64_8.dll. Please make sure it is in your library path!
```
To…
-
```
INFO:faster_whisper:Processing audio with duration 03:52.176
Unable to load any of {libcudnn_cnn.so.9.1.0, libcudnn_cnn.so.9.1, libcudnn_cnn.so.9, libcudnn_cnn.so}
Invalid handle. Cannot load s…
-
Hi,
I am trying to have libretranslate running on a o2switch virtual server.
pip install libretranslate ran smoothly.
When i execute libretranslate, it end up with **libcusolver.so.11: failed to …