]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
Update README.md
authorGeorgi Gerganov <redacted>
Fri, 30 Sep 2022 21:01:04 +0000 (00:01 +0300)
committerGitHub <redacted>
Fri, 30 Sep 2022 21:01:04 +0000 (00:01 +0300)
README.md

index 068636a21a54e896a83b7c414d2eeacd425b9582..9279569414396dc473a8ea2471cf0e8d761105c9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,10 +4,11 @@ High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisp
 
 - Plain C/C++ implementation without dependencies
 - ARM_NEON and AVX intrinsics support
-- Mixed F16 / F32 support
+- Mixed F16 / F32 precision
 - Low memory usage (Flash Attention + Flash Forward)
 - Zero memory allocations at runtime
-- Runs on the CPU (Mac and Linux support)
+- Runs on the CPU (Mac and Linux)
+- Runs on a Raspberry Pi [#7](https://github.com/ggerganov/whisper.cpp/issues/7)
 
 ## Usage