Views
No views yet
whisper.cpp. Your recorded audio does not need to be sent to a hosted transcription service.whisper-large-v3.bin: native F16 model for whisper.cppwhisper.cpp uses a custom GGML binary format for Whisper. The model file is therefore named .bin, not .gguf, even though this repository follows the common -GGUF repository naming convention.whisper.cpp requires in F32 remain F32.whisper-cli -m whisper-large-v3.bin -f audio.wavmodel.safetensors SHA-256: a8e94b85976e5864ba3e9525c7e6c83b2a1eca42d4b797a0c7c24d778e40fd95e4fb6f478cfec2e2bbd4b271654338b08492550bbf221361a29d890bc22fbe01ggml-org/whisper.cpp commit 080bbbe85230f624f0b52127f1ae1218247989f9whisper.cpp and passed an end-to-end transcription test.