forked from mindspore-Ecosystem/mindspore
!12240 [Lite] The README is not updated with the code
From: @sishuikang Reviewed-by: @zhanghaibo5,@ivss Signed-off-by: @zhanghaibo5
This commit is contained in:
commit
b7b553ae48
|
@ -105,7 +105,7 @@ In this example, the build process automatically downloads the `mindspore-lite-1
|
|||
|
||||
Note: if the automatic download fails, please manually download the relevant library files and put them in the corresponding location.
|
||||
|
||||
mindspore-lite-1.0.1-runtime-arm64-cpu.tar.gz [Download link](https://ms-release.obs.cn-north-4.myhuaweicloud.com/1.0.1/lite/android_aarch64/mindspore-lite-1.0.1-runtime-arm64-cpu.tar.gz)
|
||||
mindspore-lite-1.1.0-inference-android.tar.gz [Download link](https://ms-release.obs.cn-north-4.myhuaweicloud.com/1.1.0/MindSpore/lite/release/android/mindspore-lite-1.1.0-inference-android.tar.gz)
|
||||
|
||||
```text
|
||||
android{
|
||||
|
|
|
@ -119,7 +119,7 @@ Android JNI层调用MindSpore C++ API时,需要相关库文件支持。可通
|
|||
|
||||
> 若自动下载失败,请手动下载相关库文件,解压并放在对应位置:
|
||||
|
||||
mindspore-lite-1.0.1-runtime-arm64-cpu.tar.gz [下载链接](https://ms-release.obs.cn-north-4.myhuaweicloud.com/1.0.1/lite/android_aarch64/mindspore-lite-1.0.1-runtime-arm64-cpu.tar.gz)
|
||||
mindspore-lite-1.1.0-inference-android.tar.gz [下载链接](https://ms-release.obs.cn-north-4.myhuaweicloud.com/1.1.0/MindSpore/lite/release/android/mindspore-lite-1.1.0-inference-android.tar.gz)
|
||||
|
||||
在app的`build.gradle`文件中配置CMake编译支持,以及`arm64-v8a`的编译支持,如下所示:
|
||||
|
||||
|
|
Loading…
Reference in New Issue