|
@@ -44,6 +44,10 @@
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
# Changelog
|
|
# Changelog
|
|
|
|
|
+- 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.
|
|
|
|
|
+
|
|
|
- 2025/10/31 2.6.3 Release
|
|
- 2025/10/31 2.6.3 Release
|
|
|
- Added support for a new backend `vlm-mlx-engine`, enabling MLX-accelerated inference for the MinerU2.5 model on Apple Silicon devices. Compared to the `vlm-transformers` backend, `vlm-mlx-engine` delivers a 100%–200% speed improvement.
|
|
- Added support for a new backend `vlm-mlx-engine`, enabling MLX-accelerated inference for the MinerU2.5 model on Apple Silicon devices. Compared to the `vlm-transformers` backend, `vlm-mlx-engine` delivers a 100%–200% speed improvement.
|
|
|
- Bug fixes: #3849, #3859
|
|
- Bug fixes: #3849, #3859
|