From 736ff7c103d6688849a1bc48acb5c8c1b5e5ffd7 Mon Sep 17 00:00:00 2001 From: JackJollimore <130917767+JackJollimore@users.noreply.github.com> Date: Fri, 1 Sep 2023 00:32:40 -0300 Subject: [PATCH] stylized OpenBlas text now is correctly matched with `CLBlast` & `llama.cpp` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89f1831af..8f80ba524 100644 --- a/README.md +++ b/README.md @@ -807,7 +807,7 @@ cd llama.cpp make ``` -It's possible to include OpenBlas while building: +It's possible to enable `OpenBlas` while building: ``` pkg install libopenblas cd llama.cpp