]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
Update README.md
authorGeorgi Gerganov <redacted>
Thu, 20 Oct 2022 14:43:56 +0000 (17:43 +0300)
committerGitHub <redacted>
Thu, 20 Oct 2022 14:43:56 +0000 (17:43 +0300)
README.md

index 21fcc73c55aedc0d82b082516ad08dc05c59631d..24331dc9769a1fa861b53c139a1d46dd8d18ed64 100644 (file)
--- 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