Skip to content

Commit

Permalink
修改README
Browse files Browse the repository at this point in the history
  • Loading branch information
Xv-M-S committed Nov 21, 2024
1 parent 2cd9806 commit 9706fe4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions examples/license_plate_detection_and_recognition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ conda create -n mindspore2.2.14_mindocr python=3.9

Based on the MindSpore official website guidelines, select the MindSpore installation package that is compatible with the current environment.

```shell
pip install https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.2.14/MindSpore/unified/x86_64/mindspore-2.2.14-cp39-cp39-linux_x86_64.whl --trusted-host ms-release.obs.cn-north-4.myhuaweicloud.com -i https://pypi.tuna.tsinghua.edu.cn/simple
```

3. [Install openmpi 4.0.3](https://www.open-mpi.org/software/ompi/v4.0/) (For distributed training and evaluation, if distributed training is not required, you can skip it)

Find version 4.0.3 on the openmpi official website, download the tar.gz file and unzip it to the project-related folder:
Expand Down
5 changes: 0 additions & 5 deletions examples/license_plate_detection_and_recognition/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@ conda create -n mindspore2.2.14_mindocr python=3.9

根据mindspore官网指引,选择适配当前环境的mindspore安装包。


```txt
pip install https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.2.14/MindSpore/unified/x86_64/mindspore-2.2.14-cp39-cp39-linux_x86_64.whl --trusted-host ms-release.obs.cn-north-4.myhuaweicloud.com -i https://pypi.tuna.tsinghua.edu.cn/simple
```

3. [安装openmpi 4.0.3](https://www.open-mpi.org/software/ompi/v4.0/) (for distributed training/evaluation)【为了分布式的训练和评估,如不需要分布式训练,可跳过】

在openmpi下载官网找到4.0.3版本,下载tar.gz文件解压到项目相关文件夹
Expand Down

0 comments on commit 9706fe4

Please sign in to comment.