布局检测用PP-DocLayoutV3,推理用vllm可行吗 #5037
Unanswered
fengfeng23
asked this question in
Q&A
Replies: 1 comment 14 replies
-
|
关于 vLLM:MinerU 已经完整支持 vLLM 作为推理后端(包括同步和异步两种模式),在 Linux 上是推荐的生产环境推理引擎 [1]。安装时使用 关于 PP-DocLayoutV3:目前 MinerU 代码中仅支持 PP-DocLayoutV2,没有 PP-DocLayoutV3 的集成 [3]。布局检测使用的是 PP-DocLayoutV2(基于 RT-DETR 检测头 + HGNet-v2 骨干网络)[4]。 总结:
需要注意的是,vLLM 后端目前仅支持中英文文档,且需要 CUDA ≥ 12.8 和 Volta 架构以上的 GPU [5]。如果你需要使用 PP-DocLayoutV3,可能需要等待官方后续更新或自行适配集成。 To reply, just mention @dosu. Share context across your team and agents. Try Dosu. |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
布局检测用PP-DocLayoutV3,推理用vllm可行吗
Beta Was this translation helpful? Give feedback.
All reactions