fix: add support for vlm-lmdeploy-engine and enhance compatibility with domestic acceleration platforms in README files

This commit is contained in:
myhloli
2025-11-25 20:33:52 +08:00
parent b7a209a4a7
commit 0d2bebd8b1
2 changed files with 10 additions and 0 deletions

View File

@@ -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.