Skip to content

Commit 499ae94

Browse files
committed
Fix docs (#4095)
1 parent 938a773 commit 499ae94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/pipeline_deploy/high_performance_inference.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ The available configuration items for `backend_config` vary for different backen
298298
</tr>
299299
<tr>
300300
<td><code>paddle</code></td>
301-
<td>Refer to <a href="../module_usage/instructions/model_python_API.en.md#4-inference-configuration">PaddleX Single Model Python Usage Instructions</a>. The attributes of the <code>PaddlePredictorOption</code> object can be configured via key-value pairs.</td>
301+
<td>Refer to PaddleX Single Model Python Usage Instructions. The attributes of the <code>PaddlePredictorOption</code> object can be configured via key-value pairs.</td>
302302
</tr>
303303
<tr>
304304
<td><code>openvino</code></td>

docs/pipeline_deploy/high_performance_inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ output = model.predict("https://paddle-model-ecology.bj.bcebos.com/paddlex/imgs/
299299
</tr>
300300
<tr>
301301
<td><code>paddle</code></td>
302-
<td>参考 <a href="../module_usage/instructions/model_python_API.md#4-推理配置">PaddleX单模型Python脚本使用说明</a>。可通过键值对配置 <code>PaddlePredictorOption</code> 对象的属性,例如 <code>run_mode</code>。</td>
302+
<td>参考PaddleX单模型Python脚本使用说明。可通过键值对配置 <code>PaddlePredictorOption</code> 对象的属性,例如 <code>run_mode</code>。</td>
303303
</tr>
304304
<tr>
305305
<td><code>openvino</code></td>

0 commit comments

Comments
 (0)