Browse Source

fix: update installation tips in extension_modules.md to clarify package terminology

myhloli 1 week ago
parent
commit
422ee671d8

+ 2 - 2
docs/en/quick_start/extension_modules.md

@@ -21,7 +21,7 @@ The `vllm` module provides acceleration support for VLM model inference, suitabl
 uv pip install "mineru[core,vllm]"
 ```
 > [!TIP]
-> If exceptions occur during installation of the complete package including vllm, please refer to the [vllm official documentation](https://docs.vllm.ai/en/latest/getting_started/installation/index.html) to try to resolve the issue, or directly use the [Docker](./docker_deployment.md) deployment method.
+> If exceptions occur during installation of the extra package including vllm, please refer to the [vllm official documentation](https://docs.vllm.ai/en/latest/getting_started/installation/index.html) to try to resolve the issue, or directly use the [Docker](./docker_deployment.md) deployment method.
 
 ---
 
@@ -35,7 +35,7 @@ The `lmdeploy` module provides acceleration support for VLM model inference, sui
 uv pip install "mineru[core,lmdeploy]"
 ```
 > [!TIP]
-> If exceptions occur during installation of the complete package including lmdeploy, please refer to the [lmdeploy official documentation](https://lmdeploy.readthedocs.io/en/latest/get_started/installation.html) to try to resolve the issue.
+> If exceptions occur during installation of the extra package including lmdeploy, please refer to the [lmdeploy official documentation](https://lmdeploy.readthedocs.io/en/latest/get_started/installation.html) to try to resolve the issue.
 
 ---
 

+ 2 - 2
docs/zh/quick_start/extension_modules.md

@@ -20,7 +20,7 @@ uv pip install "mineru[core]"
 uv pip install "mineru[core,vllm]"
 ```
 > [!TIP]
-> 如在安装包含`vllm`的完整包过程中发生异常,请参考 [vllm 官方文档](https://docs.vllm.ai/en/latest/getting_started/installation/index.html) 尝试解决,或直接使用 [Docker](./docker_deployment.md) 方式部署镜像。
+> 如在安装包含`vllm`的扩展包过程中发生异常,请参考 [vllm 官方文档](https://docs.vllm.ai/en/latest/getting_started/installation/index.html) 尝试解决,或直接使用 [Docker](./docker_deployment.md) 方式部署镜像。
 
 ---
 
@@ -33,7 +33,7 @@ uv pip install "mineru[core,vllm]"
 uv pip install "mineru[core,lmdeploy]"
 ```
 > [!TIP]
-> 如在安装包含`lmdeploy`的完整包过程中发生异常,请参考 [lmdeploy 官方文档](https://lmdeploy.readthedocs.io/en/latest/get_started/installation.html) 尝试解决。
+> 如在安装包含`lmdeploy`的扩展包过程中发生异常,请参考 [lmdeploy 官方文档](https://lmdeploy.readthedocs.io/en/latest/get_started/installation.html) 尝试解决。
 
 ---