mirror of
https://github.com/DrHo1y/ezrknn-llm.git
synced 2026-03-23 17:16:44 +07:00
Update install.sh
This commit is contained in:
@@ -18,9 +18,9 @@ if [ "$EUID" -ne 0 ]; then
|
|||||||
exit
|
exit
|
||||||
fi
|
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/
|
cd ezrknn-llm/
|
||||||
|
|
||||||
message_print "Installing RKNN LLM libraries..."
|
message_print "Installing RKNN LLM libraries..."
|
||||||
@@ -33,7 +33,7 @@ message_print "Compiling LLM runtime for Linux..."
|
|||||||
cd ./rkllm-runtime/example
|
cd ./rkllm-runtime/example
|
||||||
bash build-linux.sh
|
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
|
cp ./build/build_aarch64_release/llm_demo /usr/bin/rkllm # We also change the name for remembering how to call it from shell
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user