From 69834ab9e05506c7cea58b28f2b484bbf21af12d Mon Sep 17 00:00:00 2001 From: Angel-HF <49835792+Pelochus@users.noreply.github.com> Date: Wed, 17 Apr 2024 18:58:05 +0200 Subject: [PATCH] Minor fix to path --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 14941a6..80f56a9 100644 --- a/install.sh +++ b/install.sh @@ -35,7 +35,7 @@ bash build-linux.sh message_print "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 +cp ./build/build_linux_aarch64_Release/llm_demo /usr/bin/rkllm # We also change the name for remembering how to call it from shell message_print "Increasing file limit for all users (needed for LLMs to run)..."