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)..."