From: Georgi Gerganov Date: Thu, 20 Oct 2022 14:43:56 +0000 (+0300) Subject: Update README.md X-Git-Tag: upstream/1.7.4~1934 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=3fe3898ebb0cf5076b31cff0a11b6ae25a739eff;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp Update README.md --- diff --git a/README.md b/README.md index 21fcc73c..24331dc9 100644 --- a/README.md +++ b/README.md @@ -247,8 +247,8 @@ make stream - Sample real-time audio transcription from the microphone is demonstrated in [stream.cpp](stream.cpp) The tensor operators are optimized heavily for Apple silicon CPUs. Depending on the computation size, Arm Neon SIMD -instrisics or CBLAS Accelerate framwork routines are used. The latter are especially effective for bigger sizes since -the framwork utilizes the special-purpose AMX coprocessor available in modern Apple products. +instrisics or CBLAS Accelerate framework routines are used. The latter are especially effective for bigger sizes since +the Accelerate framework utilizes the special-purpose AMX coprocessor available in modern Apple products. ## Limitations