Skip to content

Commit

Permalink
fix bad links (open-mmlab#1396)
Browse files Browse the repository at this point in the history
  • Loading branch information
xin-li-67 authored Nov 21, 2022

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent cdb6b46 commit 522fcc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh_cn/02-how-to-run/write_config.md
Original file line number Diff line number Diff line change
@@ -106,7 +106,7 @@ codebase_config = dict(type='mmcls', task='Classification')

## 3. 如何编写推理框架配置

推理框架配置主要用于指定模型运行在哪个推理框架,并提供模型在推理框架运行时所需的信息,具体参考 [ONNX Runtime](https://github.com/open-mmlab/mmdeploy/blob/master/docs/en/backends/onnxruntime.md)[TensorRT](https://github.com/open-mmlab/mmdeploy/blob/master/docs/en/backends/tensorrt.md)[ncnn](https://github.com/open-mmlab/mmdeploy/blob/master/docs/en/backends/ncnn.md)[PPLNN](https://github.com/open-mmlab/mmdeploy/blob/master/docs/en/backends/pplnn.md)
推理框架配置主要用于指定模型运行在哪个推理框架,并提供模型在推理框架运行时所需的信息,具体参考 [ONNX Runtime](../05-supported-backends/onnxruntime.md)[TensorRT](../05-supported-backends/tensorrt.md)[ncnn](../05-supported-backends/ncnn.md)[PPLNN](../05-supported-backends/pplnn.md)

- `type`: 模型推理框架, 包括 `onnxruntime``ncnn``pplnn``tensorrt``openvino`

0 comments on commit 522fcc0

Please sign in to comment.