From 0d3834b1e1c5cff34d6e7a03d337c5e8d5760d54 Mon Sep 17 00:00:00 2001 From: Angel-HF <49835792+Pelochus@users.noreply.github.com> Date: Fri, 12 Apr 2024 23:16:26 +0200 Subject: [PATCH] Update install.sh --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index b3712fa..b0d032b 100644 --- a/install.sh +++ b/install.sh @@ -18,9 +18,9 @@ if [ "$EUID" -ne 0 ]; then exit fi -message_print "Cloning repository..." +message_print "Changing to repository..." -git clone https://github.com/Pelochus/ezrknn-llm.git +# git clone https://github.com/Pelochus/ezrknn-llm.git cd ezrknn-llm/ message_print "Installing RKNN LLM libraries..." @@ -33,7 +33,7 @@ message_print "Compiling LLM runtime for Linux..." cd ./rkllm-runtime/example bash build-linux.sh -message_pint "Moving rkllm to /usr/bin" +message_pint "Moving rkllm to /usr/bin..." cp ./build/build_aarch64_release/llm_demo /usr/bin/rkllm # We also change the name for remembering how to call it from shell