Skip to content

Commit a60626b

Browse files
committed
fix readme url bug
1 parent d91d649 commit a60626b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ MindOCR是一个基于[MindSpore](https://www.mindspore.cn/en)框架的OCR开发
4141
pip install -r requirements.txt
4242
```
4343

44-
此外,请按[官方指引](https://www.mindspore.cn/install)安装MindSpore(>=1.8.1) 来适配您的机器。如果需要在分布式模式下进行训练,还请安装[openmpi](https://www.open-mpi.org/software/ompi/v4.0/)
44+
此外,请按[官方指引](https://www.mindspore.cn/install)安装MindSpore(>=1.9) 来适配您的机器。如果需要在分布式模式下进行训练,还请安装[openmpi](https://www.open-mpi.org/software/ompi/v4.0/)
4545

4646

4747
### 通过PyPI安装
@@ -55,7 +55,7 @@ pip install -r requirements.txt
5555
pip install git+https://github.com/mindspore-lab/mindocr.git
5656
```
5757

58-
> 注意:MindOCR目前暂时只在MindSpore>=1.8.1版本,Linux系统,GPU/Ascend设备上进行过测试。
58+
> 注意:MindOCR目前暂时只在MindSpore>=1.9版本,Linux系统,GPU/Ascend设备上进行过测试。
5959
6060
## 快速上手
6161

0 commit comments

Comments
 (0)