Skip to content

Commit 7c7e43b

Browse files
authored
[Docs] Fix mmseg document (#2363)
* Update mmseg.md * Update mmseg docs * remove
1 parent a7e9be2 commit 7c7e43b

File tree

1 file changed

+2
-1
lines changed
  • docs/zh_cn/04-supported-codebases

1 file changed

+2
-1
lines changed

docs/zh_cn/04-supported-codebases/mmseg.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ export LD_LIBRARY_PATH=$(pwd)/../mmdeploy-dep/onnxruntime-linux-x64-1.8.1/lib/:$
4747

4848
-`$(pwd)/build/lib` 添加到 `PYTHONPATH`,目的是为了加载 mmdeploy SDK python 包 `mmdeploy_runtime`,在章节 [SDK模型推理](#sdk模型推理)中讲述其用法。
4949
-[使用 ONNX Runtime推理后端模型](#后端模型推理)时,需要加载自定义算子库,需要把 ONNX Runtime 库的路径加入环境变量 `LD_LIBRARY_PATH`中。
50-
**方式三:** 源码安装
50+
51+
**方式三:** 源码安装
5152

5253
在方式一、二都满足不了的情况下,请参考[源码安装说明](../01-how-to-build/build_from_source.md) 安装 mmdeploy 以及所需推理引擎。
5354

0 commit comments

Comments
 (0)