mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-03-27 11:08:32 +07:00
fix: add support for vlm-lmdeploy-engine and enhance compatibility with domestic acceleration platforms in README files
This commit is contained in:
@@ -44,6 +44,9 @@
|
||||
</div>
|
||||
|
||||
# Changelog
|
||||
- 2025/11/26 2.6.5 Release
|
||||
- Added support for a new backend vlm-lmdeploy-engine. Its usage is similar to vlm-vllm-(async)engine, but it uses lmdeploy as the inference engine and additionally supports native inference acceleration on Windows platforms compared to vllm.
|
||||
|
||||
- 2025/11/04 2.6.4 Release
|
||||
- Added timeout configuration for PDF image rendering, default is 300 seconds, can be configured via environment variable `MINERU_PDF_RENDER_TIMEOUT` to prevent long blocking of the rendering process caused by some abnormal PDF files.
|
||||
- Added CPU thread count configuration options for ONNX models, default is the system CPU core count, can be configured via environment variables `MINERU_INTRA_OP_NUM_THREADS` and `MINERU_INTER_OP_NUM_THREADS` to reduce CPU resource contention conflicts in high concurrency scenarios.
|
||||
|
||||
Reference in New Issue
Block a user