upload nnsdk lib to the dependency directory
This commit is contained in:
parent
6e4989be22
commit
17173f4531
9 changed files with 1115 additions and 0 deletions
1103
dependency/nnsdk/include/nn_sdk.h
Executable file
1103
dependency/nnsdk/include/nn_sdk.h
Executable file
File diff suppressed because it is too large
Load diff
BIN
dependency/nnsdk/lib/android/arm64-v8a/libjpeg.so
Executable file
BIN
dependency/nnsdk/lib/android/arm64-v8a/libjpeg.so
Executable file
Binary file not shown.
BIN
dependency/nnsdk/lib/android/arm64-v8a/libjpeg_t.so
Executable file
BIN
dependency/nnsdk/lib/android/arm64-v8a/libjpeg_t.so
Executable file
Binary file not shown.
BIN
dependency/nnsdk/lib/android/arm64-v8a/libnnsdk.so
Executable file
BIN
dependency/nnsdk/lib/android/arm64-v8a/libnnsdk.so
Executable file
Binary file not shown.
BIN
dependency/nnsdk/lib/android/armeabi-v7a/libjpeg.so
Executable file
BIN
dependency/nnsdk/lib/android/armeabi-v7a/libjpeg.so
Executable file
Binary file not shown.
BIN
dependency/nnsdk/lib/android/armeabi-v7a/libjpeg_t.so
Executable file
BIN
dependency/nnsdk/lib/android/armeabi-v7a/libjpeg_t.so
Executable file
Binary file not shown.
BIN
dependency/nnsdk/lib/android/armeabi-v7a/libnnsdk.so
Executable file
BIN
dependency/nnsdk/lib/android/armeabi-v7a/libnnsdk.so
Executable file
Binary file not shown.
BIN
dependency/nnsdk/lib/linux/libnnsdk.so
Executable file
BIN
dependency/nnsdk/lib/linux/libnnsdk.so
Executable file
Binary file not shown.
|
|
@ -92,6 +92,18 @@ To compile the CPP project using Android NDK, follow these steps:
|
|||
|
||||
### Python
|
||||
|
||||
**System Requirements**:
|
||||
- OS: Ubuntu 22.04
|
||||
- Python: 3.10
|
||||
|
||||
**Verify NPU Driver Version**:
|
||||
Execute the following commands in the serial console to check the NPU driver version:
|
||||
```bash
|
||||
dmesg | grep adla
|
||||
strings /usr/lib/libadla.so | grep LIBADLA
|
||||
```
|
||||
The driver version must be 1.7.x or higher.
|
||||
|
||||
1. **Install Dependencies**:
|
||||
Ensure the`amlllm`Python package is installed:
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue