Minor fix to path

This commit is contained in:
Angel-HF
2024-04-17 18:58:05 +02:00
committed by Pelochus
parent d108cedc1f
commit 69834ab9e0

View File

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