whisper.cpp

C++ implementation of Whisper OpenAI model

Description:

High-performance inference of OpenAI's Whisper automatic speech recognition (ASR) model:
 -  Plain C/C++ implementation without dependencies
 -  Apple Silicon first-class citizen - optimized via ARM NEON, Accelerate framework, Metal and Core ML
 -  AVX intrinsics support for x86 architectures
 -  VSX intrinsics support for POWER architectures
 -  Mixed F16 / F32 precision
 -  4-bit and 5-bit integer quantization support
 -  Zero memory allocations at runtime
 -  Support for CPU-only inference
 -  Efficient GPU support for NVIDIA
 -  Partial OpenCL GPU support via CLBlast
 -  OpenVINO Support
 -  C-style API

Homepage: https://github.com/ggerganov/whisper.cpp

License: MIT

Vendor: Philippe Troin <phil@fifi.org>

Packages

whisper.cpp-1.7.2-1.fif39.src [5.1 MiB] Changelog by Philippe Troin (2024-11-22):
- Upstream updated to 1.7.2.
whisper.cpp-1.6.2-1.fif39.src [4.9 MiB] Changelog by Philippe Troin (2024-09-07):
- Upstream updated to 1.6.2.
whisper.cpp-1.6.1-1.fif39.src [4.8 MiB] Changelog by Philippe Troin (2024-05-22):
- Upstream updated to 1.6.1.
whisper.cpp-1.5.5-1.fif39.src [4.6 MiB] Changelog by Philippe Troin (2024-04-24):
- Upstream updated to 1.5.5.
- Adjust paths patch for 1.5.5.
- Split out the English model to its own package.
whisper.cpp-1.5.4-1.fif39.src [132.0 MiB] Changelog by Philippe Troin (2024-02-15):
- Created.