Update README.md

This commit is contained in:
Georgi Gerganov 2022-10-20 17:43:56 +03:00 committed by GitHub
parent 81c185576c
commit 3fe3898ebb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -247,8 +247,8 @@ make stream
- Sample real-time audio transcription from the microphone is demonstrated in [stream.cpp](stream.cpp) - 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 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 instrisics or CBLAS Accelerate framework 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. the Accelerate framework utilizes the special-purpose AMX coprocessor available in modern Apple products.
## Limitations ## Limitations