From 0775814ac5899d1997908570117d982b87e5e8d2 Mon Sep 17 00:00:00 2001 From: myhloli Date: Tue, 2 Dec 2025 11:15:29 +0800 Subject: [PATCH] fix: update Ascend.md and index.md to improve documentation clarity and organization --- docs/zh/usage/acceleration_cards/Ascend.md | 6 +++--- docs/zh/usage/index.md | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/zh/usage/acceleration_cards/Ascend.md b/docs/zh/usage/acceleration_cards/Ascend.md index ef5dfc8a..29bbf210 100644 --- a/docs/zh/usage/acceleration_cards/Ascend.md +++ b/docs/zh/usage/acceleration_cards/Ascend.md @@ -186,9 +186,9 @@ docker run -u root --name mineru_docker --privileged=true \ 🔴: 不支持,无法运行,或精度存在较大差异 >[!NOTE] ->在使用vllm镜像启动mineru-api服务时,如先使用了pipeline后端解析,再切换到vlm-vllm-async-engine后端,会出现vllm引擎初始化失败的问题。 ->如需在一个mineru-api服务中同时使用pipeline和vlm-vllm-async-engine两种后端,请先使用vlm-vllm-async-engine后端解析一次,之后即可自由切换。 ->如在服务中切换推理后端类型时遇到报错或异常,请重新启动服务即可。 +> - 在使用vllm镜像启动mineru-api服务时,如先使用了pipeline后端解析,再切换到vlm-vllm-async-engine后端,会出现vllm引擎初始化失败的问题。 +> - 如需在一个mineru-api服务中同时使用pipeline和vlm-vllm-async-engine两种后端,请先使用vlm-vllm-async-engine后端解析一次,之后即可自由切换。 +> - 如在服务中切换推理后端类型时遇到报错或异常,请重新启动服务即可。 >[!TIP] >NPU加速卡指定可用加速卡的方式与NVIDIA GPU类似,请参考[ASCEND_RT_VISIBLE_DEVICES](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/850alpha001/maintenref/envvar/envref_07_0028.html) \ No newline at end of file diff --git a/docs/zh/usage/index.md b/docs/zh/usage/index.md index 83c783a5..edc0e352 100644 --- a/docs/zh/usage/index.md +++ b/docs/zh/usage/index.md @@ -8,6 +8,13 @@ * [模型源配置](./model_source.md) - 模型源的详细配置说明 * [命令行工具](./cli_tools.md) - 命令行工具的详细参数说明 * [进阶优化参数](./advanced_cli_parameters.md) - 一些适配命令行工具的进阶参数说明 +- 其他加速卡适配(🚀官方支持/❤️社区贡献) + * [昇腾 Ascend](acceleration_cards/Ascend.md) 🚀 + * [平头哥 T-Head](acceleration_cards/THead.md) 🚀 + * [沐曦 METAX](acceleration_cards/METAX.md) 🚀 + * [AMD](acceleration_cards/AMD.md) [#3662](https://github.com/opendatalab/MinerU/discussions/3662) ❤️ + * [太初元碁 Tecorigin](acceleration_cards/Tecorigin.md) [#3767](https://github.com/opendatalab/MinerU/pull/3767) ❤️ + * [寒武纪 Cambricon](acceleration_cards/Cambricon.md) [#4004](https://github.com/opendatalab/MinerU/discussions/4004) ❤️ - 插件与生态 * [Cherry Studio](plugin/Cherry_Studio.md) * [Sider](plugin/Sider.md) @@ -20,13 +27,6 @@ * [DataFlow](plugin/DataFlow.md) * [BISHENG](plugin/BISHENG.md) * [RagFlow](plugin/RagFlow.md) -- 其他加速卡适配(🚀官方支持/❤️社区贡献) - * [昇腾 Ascend](acceleration_cards/Ascend.md) 🚀 - * [平头哥 T-Head](acceleration_cards/THead.md) 🚀 - * [沐曦 METAX](acceleration_cards/METAX.md) 🚀 - * [AMD](acceleration_cards/AMD.md) [#3662](https://github.com/opendatalab/MinerU/discussions/3662) ❤️ - * [太初元碁 Tecorigin](acceleration_cards/Tecorigin.md) [#3767](https://github.com/opendatalab/MinerU/pull/3767) ❤️ - * [寒武纪 Cambricon](acceleration_cards/Cambricon.md) [#4004](https://github.com/opendatalab/MinerU/discussions/4004) ❤️ ## 开始使用