From 3fe3898ebb0cf5076b31cff0a11b6ae25a739eff Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Thu, 20 Oct 2022 17:43:56 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21fcc73..24331dc 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