From: Georgi Gerganov Date: Wed, 28 Sep 2022 18:13:32 +0000 (+0300) Subject: Update README.md X-Git-Tag: upstream/1.7.4~2016 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=4352a6018b9cdeab408a5a3ede5a93b6c2086dfc;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp Update README.md --- diff --git a/README.md b/README.md index f4877cf2..9b567940 100644 --- 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