v3.4.2
·
26 commits
to release/3.4
since this release
2026.2.13 v3.4.2 released
- The locally deployed services of PaddleOCR-VL and PaddleOCR-VL-1.5 have removed the default PDF page limit.
- PaddleOCR-VL and PaddleOCR-VL-1.5 services now support configuring the validity period of returned BOS links to enhance security.
- PaddleOCR-VL and PaddleOCR-VL-1.5 now support inference on AMD GPUs.
- PaddleOCR-VL-0.9B and PaddleOCR-VL-1.5-0.9B support optimized default vLLM startup parameters when running on Intel GPUs.
- The VLM client supports graceful shutdown of the asynchronous event loop and automatically cancels remaining requests within the same batch when one request fails, preventing unnecessary compute waste.
- Supports configuring the DPI for PDF rendering via environment variables.
- Narrowed the scope of
matmul_add_act_fuse_passto excludePP-DocLayoutV3from this fusion logic. - Resolved a redundant parsing issue in the PaddleOCR-VL series triggered by text boxes within tables.
2026.2.13 v3.4.2 发布
- PaddleOCR-VL 与 PaddleOCR-VL-1.5 本地部署服务已移除默认的 PDF 页数限制。
- PaddleOCR-VL 与 PaddleOCR-VL-1.5 服务支持配置返回的 BOS 链接有效期,提升安全性。
- PaddleOCR-VL 与 PaddleOCR-VL-1.5 现已支持基于 AMD GPU 的推理。
- PaddleOCR-VL-0.9B 与 PaddleOCR-VL-1.5-0.9B 模型在 Intel GPU 上支持使用优化后的默认 vLLM 启动参数。
- VLM 客户端支持异步事件循环的优雅退出,并在同一批次中单个请求失败时自动取消其余请求,避免不必要的算力浪费。
- 支持通过环境变量配置 PDF 渲染的 DPI。
- 缩小
matmul_add_act_fuse_pass算子融合影响的模型范围,仅在PP-DocLayoutV3时,不做该算子融合。 - 修复 PaddleOCR-VL 系列模型中若表格中包含的文本框导致重复解析的 bug。
Full Changelog: v3.4.1...v3.4.2