mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-03-27 11:08:32 +07:00
fix: add usage tips for NPU and MACA acceleration cards in Ascend.md, METAX.md, and THead.md
This commit is contained in:
@@ -163,3 +163,5 @@ docker run -u root --name mineru_docker --privileged=true \
|
||||
>由于npu卡的特殊性,单次服务启动后,可能会在运行过程中切换推理后端(backend)类型(pipeline/vlm)时出现异常,请尽量根据实际需求选择合适的推理后端进行使用。
|
||||
>如在服务中切换推理后端类型遇到报错或异常,请重新启动服务即可。
|
||||
|
||||
>[!TIP]
|
||||
>NPU加速卡指定可用加速卡的方式与NVIDIA GPU类似,请参考[ASCEND_RT_VISIBLE_DEVICES](https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/850alpha001/maintenref/envvar/envref_07_0028.html)
|
||||
@@ -160,3 +160,6 @@ docker run --ipc host \
|
||||
🟡: 支持但稍有不稳定,在少数某些场景下可能出现异常,或精度略有差异
|
||||
🟧: 支持但极度不稳定,在大多数场景下可能出现异常,或精度存在较大差异
|
||||
🔴: 不支持,无法运行
|
||||
|
||||
>[!TIP]
|
||||
>MACA加速卡指定可用加速卡的方式与NVIDIA GPU类似,请参考[使用指定GPU设备](https://opendatalab.github.io/MinerU/zh/usage/advanced_cli_parameters/#cuda_visible_devices)章节说明。
|
||||
@@ -152,3 +152,6 @@ docker run --privileged=true \
|
||||
🟡: 支持但稍有不稳定,在少数某些场景下可能出现异常,或精度略有差异
|
||||
🟧: 支持但极度不稳定,在大多数场景下可能出现异常,或精度存在较大差异
|
||||
🔴: 不支持,无法运行
|
||||
|
||||
>[!TIP]
|
||||
>PPU加速卡指定可用加速卡的方式与NVIDIA GPU类似,请参考[使用指定GPU设备](https://opendatalab.github.io/MinerU/zh/usage/advanced_cli_parameters/#cuda_visible_devices)章节说明。
|
||||
Reference in New Issue
Block a user