mirror of
https://github.com/DrHo1y/ezrknn-llm.git
synced 2026-03-23 17:16:44 +07:00
Fixed README and renamed
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
# Aarch64 Linux Demo
|
||||
## Build
|
||||
Ensure the `GCC_COMPILER_PATH` option in the `build-linux.sh` script is correctly configured:
|
||||
```sh
|
||||
GCC_COMPILER_PATH=/path/to/your/gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu/bin/aarch64-none-linux-gnu
|
||||
```
|
||||
To execute, run:
|
||||
```bash
|
||||
bash build-linux.sh
|
||||
@@ -12,8 +8,13 @@ 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
|
||||
```
|
||||
|
||||
## Run
|
||||
Reference in New Issue
Block a user