Commit cdd7bef9 authored by myhloli's avatar myhloli
Browse files

docs: update changelog for version 2.0.6 release with parsing fixes in vlm mode

parent 2c702890
...@@ -51,6 +51,9 @@ Easier to use: Just grab MinerU Desktop. No coding, no login, just a simple inte ...@@ -51,6 +51,9 @@ Easier to use: Just grab MinerU Desktop. No coding, no login, just a simple inte
</div> </div>
# Changelog # Changelog
- 2025/06/20 2.0.6 Released
- Fixed occasional parsing interruptions caused by invalid block content in `vlm` mode
- Fixed parsing interruptions caused by incomplete table structures in `vlm` mode
- 2025/06/17 2.0.5 Released - 2025/06/17 2.0.5 Released
- Fixed the issue where models were still required to be downloaded in the `sglang-client` mode - Fixed the issue where models were still required to be downloaded in the `sglang-client` mode
- Fixed the issue where the `sglang-client` mode unnecessarily depended on packages like `torch` during runtime. - Fixed the issue where the `sglang-client` mode unnecessarily depended on packages like `torch` during runtime.
......
...@@ -50,6 +50,9 @@ ...@@ -50,6 +50,9 @@
</div> </div>
# 更新记录 # 更新记录
- 2025/06/20 2.0.6发布
- 修复`vlm`模式下,某些偶发的无效块内容导致解析中断问题
- 修复`vlm`模式下,某些不完整的表结构导致的解析中断问题
- 2025/06/17 2.0.5发布 - 2025/06/17 2.0.5发布
- 修复了`sglang-client`模式下依然需要下载模型的问题 - 修复了`sglang-client`模式下依然需要下载模型的问题
- 修复了`sglang-client`模式需要依赖`torch`等实际运行不需要的包的问题 - 修复了`sglang-client`模式需要依赖`torch`等实际运行不需要的包的问题
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment