fix: update index.md and README files for improved clarity on lmdeploy-engine support

This commit is contained in:
myhloli
2025-11-17 11:24:03 +08:00
parent ad9521528e
commit 43881d5f66
4 changed files with 32 additions and 24 deletions

View File

@@ -704,8 +704,8 @@ uv pip install -e .[core] -i https://mirrors.aliyun.com/pypi/simple
```
> [!TIP]
> `mineru[core]`包含除`vLLM`加速外的所有核心功能兼容Windows / Linux / macOS系统适合绝大多数用户。
> 如果您使用`vLLM`加速VLM模型推理或是在边缘设备安装轻量版client端等需求可以参考文档[扩展模块安装指南](https://opendatalab.github.io/MinerU/zh/quick_start/extension_modules/)。
> `mineru[core]`包含除`vLLM`/`LMDeploy`加速外的所有核心功能兼容Windows / Linux / macOS系统适合绝大多数用户。
> 如果您需要使用`vLLM`/`LMDeploy`加速VLM模型推理或是在边缘设备安装轻量版client端等需求可以参考文档[扩展模块安装指南](https://opendatalab.github.io/MinerU/zh/quick_start/extension_modules/)。
---