From bf9f444c22c6ff021a6afd62f0f49a1d2f8a28e3 Mon Sep 17 00:00:00 2001 From: Angel-HF <49835792+Pelochus@users.noreply.github.com> Date: Fri, 12 Apr 2024 23:31:59 +0200 Subject: [PATCH] Minor change --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index b0d032b..86a9c59 100644 --- a/install.sh +++ b/install.sh @@ -18,10 +18,10 @@ if [ "$EUID" -ne 0 ]; then exit fi -message_print "Changing to repository..." +# message_print "Changing to repository..." # git clone https://github.com/Pelochus/ezrknn-llm.git -cd ezrknn-llm/ +# cd ezrknn-llm/ message_print "Installing RKNN LLM libraries..."