·
37 commits
to release/3.3
since this release
2025.10.28 v3.3.6 released
- PaddleOCR-VL supports inference using x86-64 CPU.
- Unified the chat template used for different inference methods in PaddleOCR-VL.
- Fixed the precision inconsistency issue for images containing formulas between PaddleOCR-VL inference using the PaddlePaddle framework and vLLM inference.
- Released the Dockerfile for the vLLM inference image: https://github.com/PaddlePaddle/PaddleX/tree/release/3.3/deploy/genai_vllm_server_docker .
- Fixed the issue where, during offline inference, the program still attempted to download models online even when local cached models existed.
2025.10.28 v3.3.6 发布
- PaddleOCR-VL 支持使用 x86-64 CPU 推理。
- 统一 PaddleOCR-VL 不同推理方式使用的 chat template。
- 修复 PaddleOCR-VL 使用 PaddlePaddle 框架推理与使用 vLLM 推理对于包含公式的图像精度不一致的问题。
- 公开 vLLM 推理镜像的 Dockerfile:https://github.com/PaddlePaddle/PaddleX/tree/release/3.3/deploy/genai_vllm_server_docker 。
- 修复离线推理时,即使本地缓存模型存在,程序仍然尝试联网下载模型的问题。
Full Changelog: v3.3.5...v3.3.6