From da993142762239acb26d309c20450b02174f528d Mon Sep 17 00:00:00 2001 From: wangbinDL Date: Fri, 11 Oct 2024 16:27:02 +0800 Subject: [PATCH] Fix typos in docs --- docs/zh_cn/get_started/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh_cn/get_started/installation.rst b/docs/zh_cn/get_started/installation.rst index a5dc468..bb0875f 100644 --- a/docs/zh_cn/get_started/installation.rst +++ b/docs/zh_cn/get_started/installation.rst @@ -23,7 +23,7 @@ $ # 对于GPU设备 $ pip install -r requirements.txt - $ # 对于无CPU设备 + $ # 对于CPU设备 $ pip install -r requirements-cpu.txt .. note:: @@ -34,5 +34,5 @@ - 公式检测:YOLO系列 (YOLOv8) - 公式识别:UniMERNet - OCR: PaddleOCR - + 对于其他模型请,如LayoutLMv3需要单独安装环境,具体见\ :ref:`布局检测算法 ` \ No newline at end of file