Nikita Krasnytskyi
Nikita Krasnytskyi
I had the same problem, running on Linux server. Whenever I tried to install `fairseq` I got `Failed building wheel for fairseq`. Aparently, the problem was in C++ compiler. Follow...
I had the same problem, running on Linux server. Whenever I tried to install `fairseq` I got `Failed building wheel for fairseq`. Aparently, the problem was in C++ compiler. Follow...
I had the same problem. Whenever I attempted loading a model - I got "Illegal instruction (core dumped)". Here I found the the issue could be in the CPU and...
I had the same problem. Whenever I attempted loading a model - I got "Illegal instruction (core dumped)". Here I found the the issue could be in the CPU and...
Just a note: vast.ai machine was Ubuntu 22.04 x84_64 machine. And I tested it for this machine only. Here is what helped me: 1. Install NVCC driver ```bash sudo apt...
Try using "deepdml/faster-whisper-large-v3-turbo-ct2" as a model name
cc @rsxdalv @sidharthrajaram
> time to test it out soon I use this updated version in my personal project, where I generate speech that is aligned with the referenced audio. You can use...
Tested https://huggingface.co/deepdml/faster-whisper-large-v3-turbo-ct2 Works very fast
If you guys want to test the model as a Real Time Transcription tool - I have a simple demo with Gradio for this. Just updated to code to use...