updata paddle2onnx en doc

pull/7855/head
tink2123 2022-10-10 10:55:53 +08:00
parent c9ab4e6647
commit 8cbb4fce6a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ python3.7 -m pip install paddle2onnx
- install ONNXRuntime
```
# 建议安装 1.9.0 版本,可根据环境更换版本号
# It is recommended to install version 1.9.0, and the version number can be changed according to the environment
python3.7 -m pip install onnxruntime==1.9.0
```