Jelajahi Sumber

docs: add changelog entries for 2.6.3 release, highlighting new vlm-mlx-engine support and bug fixes

myhloli 2 minggu lalu
induk
melakukan
79fe3757b1
2 mengubah file dengan 5 tambahan dan 0 penghapusan
  1. 4 0
      README.md
  2. 1 0
      README_zh-CN.md

+ 4 - 0
README.md

@@ -44,6 +44,10 @@
 </div>
 
 # Changelog
+- 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.
+  - Bug fixes: #3849, #3859
+
 - 2025/10/24 2.6.2 Release
   - `pipeline` backend optimizations
     - Added experimental support for Chinese formulas, which can be enabled by setting the environment variable `export MINERU_FORMULA_CH_SUPPORT=1`. This feature may cause a slight decrease in MFR speed and failures in recognizing some long formulas. It is recommended to enable it only when parsing Chinese formulas is needed. To disable this feature, set the environment variable to `0`.

+ 1 - 0
README_zh-CN.md

@@ -46,6 +46,7 @@
 # 更新记录
 - 2025/10/31 2.6.3 发布
   - 增加新后端`vlm-mlx-engine`支持,在Apple Silicon设备上支持使用`MLX`加速`MinerU2.5`模型推理,相比`vlm-transformers`后端,`vlm-mlx-engine`后端速度提升100%~200%。
+  - bug修复:  #3849  #3859
 
 - 2025/10/24 2.6.2 发布
   - `pipline`后端优化