Minor typo fix

This commit is contained in:
Angel-HF
2024-04-13 09:37:28 +02:00
committed by GitHub
parent 0b76435006
commit 1fb92f1ec9

View File

@@ -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!"