From e3e0962cbcd5f8e6379ad871e949f663d95dd71f Mon Sep 17 00:00:00 2001 From: Angel-HF <49835792+Pelochus@users.noreply.github.com> Date: Sun, 14 Apr 2024 22:23:19 +0200 Subject: [PATCH] Minor fix in README --- rkllm-runtime/examples/rkllm_api_demo/README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/rkllm-runtime/examples/rkllm_api_demo/README.md b/rkllm-runtime/examples/rkllm_api_demo/README.md index 3949abe..e5d587e 100644 --- a/rkllm-runtime/examples/rkllm_api_demo/README.md +++ b/rkllm-runtime/examples/rkllm_api_demo/README.md @@ -8,13 +8,8 @@ bash build-linux.sh ## Install Push the compiled `llm_demo` file and `librkllmrt.so` file to the device: ```bash -<<<<<<<< HEAD:rkllm-runtime/examples/rkllm_api_demo/Readme.md -adb push build/build_linux_aarch64_Release/llm_demo /userdata/llm -adb push ../../runtime/Linux/librkllm_api/aarch64/librkllmrt.so /userdata/llm/lib -======== cp build/build_linux_aarch64_Release/llm_demo /usr/bin -cp ../runtime/Linux/librkllm_api/aarch64/librkllmrt.so /usr/local/lib ->>>>>>>> dc2e2bb (Fixed README and renamed):rkllm-runtime/examples/rkllm_api_demo/README.md +cp ../../runtime/Linux/librkllm_api/aarch64/librkllmrt.so /usr/local/lib ``` ## Run