We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b49e8 commit 62897e8Copy full SHA for 62897e8
README.md
@@ -4,10 +4,11 @@ High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisp
4
5
- Plain C/C++ implementation without dependencies
6
- ARM_NEON and AVX intrinsics support
7
-- Mixed F16 / F32 support
+- Mixed F16 / F32 precision
8
- Low memory usage (Flash Attention + Flash Forward)
9
- Zero memory allocations at runtime
10
-- Runs on the CPU (Mac and Linux support)
+- Runs on the CPU (Mac and Linux)
11
+- Runs on a Raspberry Pi [#7](https://github.com/ggerganov/whisper.cpp/issues/7)
12
13
## Usage
14
0 commit comments