whisper : document POWER VSX support

This commit is contained in:
Thomas Fitzsimmons
2023-01-04 23:00:30 -05:00
committed by Georgi Gerganov
parent 49a8dd6732
commit 1944e7c33e
4 changed files with 11 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisp
- Plain C/C++ implementation without dependencies
- Apple silicon first-class citizen - optimized via Arm Neon and Accelerate framework
- AVX intrinsics support for x86 architectures
- VSX intrinsics support for POWER architectures
- Mixed F16 / F32 precision
- Low memory usage (Flash Attention + Flash Forward)
- Zero memory allocations at runtime