From: Georgi Gerganov Date: Fri, 30 Sep 2022 21:01:04 +0000 (+0300) Subject: Update README.md X-Git-Tag: upstream/1.7.4~2009 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=62897e8ae61ff0cf14848f6057f3844de44e9808;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp Update README.md --- diff --git a/README.md b/README.md index 068636a2..92795694 100644 --- 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