File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ python -m pip install paddlepaddle-gpu==3.0.0b2 -i https://www.paddlepaddle.org.
380380* ** 安装PaddleX**
381381
382382``` bash
383- pip install https://paddle-model-ecology.bj.bcebos.com/ paddlex/whl/paddlex- 3.0.0b2-py3-none-any.whl
383+ pip install paddlex== 3.0.0b2
384384```
385385
386386> ❗ 更多安装方式参考 [ PaddleX 安装教程] ( https://paddlepaddle.github.io/PaddleX/latest/installation/installation.html )
Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ python -m pip install paddlepaddle-gpu==3.0.0b2 -i https://www.paddlepaddle.org.
380380* ** Installing PaddleX**
381381
382382``` bash
383- pip install https://paddle-model-ecology.bj.bcebos.com/ paddlex/whl/paddlex- 3.0.0b1-py3-none-any.whl
383+ pip install paddlex== 3.0.0b2
384384```
385385
386386> ❗For more installation methods, refer to the [ PaddleX Installation Guide] ( https://paddlepaddle.github.io/PaddleX/latest/en/installation/installation.html ) .
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ PaddleX 3.0 is a low-code development tool for AI models built on the PaddlePadd
123123### Installing PaddleX
124124
125125``` bash
126- pip install https://paddle-model-ecology.bj.bcebos.com/ paddlex/whl/paddlex- 3.0.0b2-py3-none-any.whl
126+ pip install paddlex== 3.0.0b2
127127```
128128
129129> ❗ For more installation methods, please refer to the [ PaddleX Installation Guide] ( https://paddlepaddle.github.io/PaddleX/latest/installation/installation.html )
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ PaddleX 3.0 是基于飞桨框架构建的低代码开发工具,它集成了
123123### 安装PaddleX
124124
125125``` bash
126- pip install https://paddle-model-ecology.bj.bcebos.com/ paddlex/whl/paddlex- 3.0.0b2-py3-none-any.whl
126+ pip install paddlex== 3.0.0b2
127127```
128128
129129> ❗ 更多安装方式参考 [ PaddleX 安装教程] ( https://paddlepaddle.github.io/PaddleX/latest/installation/installation.html )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ After installing PaddlePaddle (refer to the [PaddlePaddle Local Installation Tut
1717> ❗ <b >Note</b >: Please ensure that PaddlePaddle is successfully installed before proceeding to the next step.
1818
1919``` bash
20- pip install https://paddle-model-ecology.bj.bcebos.com/ paddlex/whl/paddlex- 3.0.0b2-py3-none-any.whl
20+ pip install paddlex== 3.0.0b2
2121```
2222
2323### 1.2 Plugin Installation Mode
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ PaddleX为您提供了两种安装模式:<b>Wheel包安装</b>和<b>插件安
1919> ❗ 注:请务必保证 PaddlePaddle 安装成功,安装成功后,方可进行下一步。
2020
2121``` bash
22- pip install https://paddle-model-ecology.bj.bcebos.com/ paddlex/whl/paddlex- 3.0.0b2-py3-none-any.whl
22+ pip install paddlex== 3.0.0b2
2323```
2424### 1.2 插件安装模式
2525若您使用PaddleX的应用场景为<b >二次开发</b > (例如重新训练模型、微调模型、自定义模型结构、自定义推理代码等),那么推荐您使用<b >功能更加强大</b >的插件安装模式。
You can’t perform that action at this time.
0 commit comments