From 1fb92f1ec9c4c0edda7a2433a876f8c9c6f0f37f Mon Sep 17 00:00:00 2001 From: Angel-HF <49835792+Pelochus@users.noreply.github.com> Date: Sat, 13 Apr 2024 09:37:28 +0200 Subject: [PATCH] Minor typo fix --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 86a9c59..b7eb11c 100644 --- a/install.sh +++ b/install.sh @@ -35,6 +35,6 @@ bash build-linux.sh 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 +cp ./build/build_aarch64_Release/llm_demo /usr/bin/rkllm # We also change the name for remembering how to call it from shell -message_print "Done!" +message_print "Done installing ezrknn-llm!"