# 1.
git clone https://github.com/ggerganov/whisper.cpp.git
cd whisper.cpp
# 2.
wget
https://huggingface.co/distil-whisper/distil-large-v2/resolve/main/ggml-large-32-2.en.bin -P ./models
# 3.
make -j && ./main -m models/ggml-large-32-2.en.bin -f samples/jfk.wav
|