diff options
Diffstat (limited to 'audio/whisper.cpp/pkg-descr')
-rw-r--r-- | audio/whisper.cpp/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/whisper.cpp/pkg-descr b/audio/whisper.cpp/pkg-descr new file mode 100644 index 000000000000..6cf0fc25c7ef --- /dev/null +++ b/audio/whisper.cpp/pkg-descr @@ -0,0 +1,19 @@ +High-performance inference of OpenAI's Whisper automatic speech recognition +(ASR) model: + +Features: +* 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 +* Integer quantization support +* Zero memory allocations at runtime +* Vulkan support +* Support for CPU-only inference +* Efficient GPU support for NVIDIA +* OpenVINO Support +* Ascend NPU Support +* Moore Threads GPU Support +* C-style API |