From 759dcdcfdbb7c40ee7631d6e52aa59c174103c86 Mon Sep 17 00:00:00 2001 From: JackJollimore <130917767+JackJollimore@users.noreply.github.com> Date: Fri, 1 Sep 2023 03:19:39 -0300 Subject: [PATCH] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14687c271..223307855 100644 --- a/README.md +++ b/README.md @@ -835,11 +835,11 @@ make LLAMA_CLBLAST=1 Use one of the following to enable GPU: ``` -export LD_LIBRARY_PATH=/vendor/lib64:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH=/vendor/lib64 ``` or ``` -export LD_LIBRARY_PATH=/system/vendor/lib64:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH=/system/vendor/lib64 ``` then `./main ... --gpu-layers 1`