Views
No views yet
1# Clone whisper.cpp
2git clone https://github.com/ggerganov/whisper.cpp
3cd whisper.cpp
4make
5
6# Download model
7./models/download-ggml-model.sh greek-large-v3-turbo
8
9# Or use this file directly
10./main -m /path/to/ggml-whisper-large-v3-turbo-greek-Q5_K_M.bin -f audio.wav -l el --no-timestamps./main -m ggml-whisper-large-v3-turbo-greek-Q5_K_M.bin -f your-audio.wav -l el --no-timestamps -np