Эх сурвалжийг харах

fix: update version to 2.0.5 and clarify changelog entries in README files

myhloli 5 сар өмнө
parent
commit
21ff17a65d
2 өөрчлөгдсөн 4 нэмэгдсэн , 2 устгасан
  1. 2 1
      README.md
  2. 2 1
      README_zh-CN.md

+ 2 - 1
README.md

@@ -51,8 +51,9 @@ Easier to use: Just grab MinerU Desktop. No coding, no login, just a simple inte
 </div>
 
 # Changelog
-- 2025/06/17 2.0.4 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 the `sglang-client` mode unnecessarily depended on packages like `torch` during runtime.
   - Fixed the issue where only the first instance would take effect when attempting to launch multiple `sglang-client` instances via multiple URLs within the same process
 - 2025/06/15 2.0.3 released
   - Fixed a configuration file key-value update error that occurred when downloading model type was set to `all`

+ 2 - 1
README_zh-CN.md

@@ -50,8 +50,9 @@
 </div>
 
 # 更新记录
-- 2025/06/17 2.0.4发布
+- 2025/06/17 2.0.5发布
   - 修复了`sglang-client`模式下依然需要下载模型的问题
+  - 修复了`sglang-client`模式需要依赖`torch`等实际运行不需要的包的问题
   - 修复了同一进程内尝试通过多个url启动多个`sglang-client`实例时,只有第一个生效的问题
 - 2025/06/15 2.0.3发布
   - 修复了当下载模型类型设置为`all`时,配置文件出现键值更新错误的问题