diff --git a/README_zh-CN.md b/README_zh-CN.md index aaf5ca4f..a20dd04a 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -49,6 +49,7 @@ - 新增国产算力平台适配: - [海光 DCU](https://opendatalab.github.io/MinerU/zh/usage/acceleration_cards/Hygon/) - [燧原 GCU](https://opendatalab.github.io/MinerU/zh/usage/acceleration_cards/Enflame/) + - [摩尔线程 MUSA](https://opendatalab.github.io/MinerU/zh/usage/acceleration_cards/MooreThreads/) - 跨页表合并优化,提升合并成功率与合并效果 - 2026/01/06 2.7.1 发布 diff --git a/docker/china/gcu.Dockerfile b/docker/china/gcu.Dockerfile index 5b093187..45a6b497 100644 --- a/docker/china/gcu.Dockerfile +++ b/docker/china/gcu.Dockerfile @@ -17,8 +17,7 @@ deb http://mirrors.aliyun.com/ubuntu/ noble-security main restricted universe mu rm -rf /var/lib/apt/lists/* /tmp/aliyun-sources.list # Install mineru latest -RUN python3 -m pip install -U pip -i https://mirrors.aliyun.com/pypi/simple && \ - python3 -m pip install "mineru[core]>=2.7.2" \ +RUN python3 -m pip install "mineru[core]>=2.7.2" \ numpy==1.26.4 \ opencv-python==4.11.0.86 \ -i https://mirrors.aliyun.com/pypi/simple && \ diff --git a/docs/zh/usage/acceleration_cards/Enflame.md b/docs/zh/usage/acceleration_cards/Enflame.md index df975f78..ef1f850a 100644 --- a/docs/zh/usage/acceleration_cards/Enflame.md +++ b/docs/zh/usage/acceleration_cards/Enflame.md @@ -26,8 +26,8 @@ docker run -u root --name mineru_docker \ --ipc=host \ --privileged \ -e MINERU_MODEL_SOURCE=local \ - -it enflame:docker_images_topsrider_i3x_3.6.20260106_vllm0.11 \ - /bin/bash + -it mineru:gcu-vllm-latest \ + /bin/bash ``` 执行该命令后,您将进入到Docker容器的交互式终端,您可以直接在容器内运行MinerU相关命令来使用MinerU的功能。 @@ -105,4 +105,5 @@ docker run -u root --name mineru_docker \ 🔴: 不支持,无法运行,或精度存在较大差异 >[!TIP] ->GCU加速卡指定可用加速卡的方式与AMD GPU类似,请参考[GPU isolation techniques](https://rocm.docs.amd.com/en/docs-6.2.4/conceptual/gpu-isolation.html) \ No newline at end of file +>GCU加速卡指定可用加速卡的方式与NVIDIA GPU类似,请参考[使用指定GPU设备](https://opendatalab.github.io/MinerU/zh/usage/advanced_cli_parameters/#cuda_visible_devices)章节说明, +>将环境变量`CUDA_VISIBLE_DEVICES`替换为`TOPS_VISIBLE_DEVICES`即可。 \ No newline at end of file