From 673f424f34b600b0ed9aeaff129043b8d0eb0c9f Mon Sep 17 00:00:00 2001 From: JackJollimore <130917767+JackJollimore@users.noreply.github.com> Date: Thu, 31 Aug 2023 22:18:26 -0300 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27553c2d5..461b25347 100644 --- a/README.md +++ b/README.md @@ -833,7 +833,7 @@ cd llama.cpp make LLAMA_CLBLAST=1 ``` -Finally, use `export LD_LIBRARY_PATH=/vendor/lib64:$LD_LIBRARY_PATH`, to enable GPU then `./main ... -ngl 1` +Finally, use `export LD_LIBRARY_PATH=/vendor/lib64:$LD_LIBRARY_PATH` to enable GPU, then `./main ... -ngl 1` (Note: Use `unset LD_LIBRARY_PATH` to re-link executables)