Browse Source

fix mindspore version to 1.1.0

tags/v1.2.0-rc1
hukang hwx963878 5 years ago
parent
commit
a97b0e5830
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      model_zoo/official/lite/image_classification/README.en.md
  2. +1
    -1
      model_zoo/official/lite/image_classification/README.md

+ 1
- 1
model_zoo/official/lite/image_classification/README.en.md View File

@@ -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{


+ 1
- 1
model_zoo/official/lite/image_classification/README.md View File

@@ -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…
Cancel
Save