From 2ca73cb6eaa5dcbcbb79bfed3e08d62ec3e3ff68 Mon Sep 17 00:00:00 2001 From: DaniAndTheWeb <57776841+DaniAndTheWeb@users.noreply.github.com> Date: Wed, 26 Apr 2023 01:40:00 +0200 Subject: [PATCH] Clarify the effect of BLAS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4897dfa9..200d2a9f7 100644 --- a/README.md +++ b/README.md @@ -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