Clarify the effect of BLAS

This commit is contained in:
DaniAndTheWeb 2023-04-26 01:40:00 +02:00 committed by GitHub
parent b6904cc79f
commit 2ca73cb6ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -194,7 +194,7 @@ Note: For Windows, CMake or Zig can be used.
#### BLAS Build
Building the program with BLAS support may lead to some performance improvements in prompt processing using batch sizes higher than 32 (the default is 512). BLAS doesn't affect the prompt generation. There are currently three different implementations of it:
Building the program with BLAS support may lead to some performance improvements in prompt processing using batch sizes higher than 32 (the default is 512). BLAS doesn't affect the normal generation performance. There are currently three different implementations of it:
- Accelerate Framework