]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
Update README.md
authorGeorgi Gerganov <redacted>
Wed, 28 Sep 2022 18:13:32 +0000 (21:13 +0300)
committerGitHub <redacted>
Wed, 28 Sep 2022 18:13:32 +0000 (21:13 +0300)
README.md

index f4877cf217a649928a51cd20133ccf303d651549..9b56794085dd59b91ac68040ab0e0e3b5a6e951a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,10 +6,11 @@ C/C++ port of [OpenAI's Whisper](https://github.com/openai/whisper) speech-to-te
 - ARM_NEON and AVX intrinsics support
 - Mixed F16 / F32 support
 - Low memory usage (Flash Attention + Flash Forward)
+- Zero memory allocations at runtime
 
 ## Usage
 
-To build the main program, run `make`. You can then transribe a `.wav` file like this:
+To build the main program, run `make`. You can then transcribe a `.wav` file like this:
 
 ```bash
 $ ./main -f input.wav