Browse Source

Add mineru_tianshu project to README files for version 2.0 compatibility

myhloli 1 tháng trước cách đây
mục cha
commit
a36118f8ba
2 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 1 0
      projects/README.md
  2. 1 0
      projects/README_zh-CN.md

+ 1 - 0
projects/README.md

@@ -4,6 +4,7 @@
 
 - Projects compatible with version 2.0:
   - [multi_gpu_v2](./multi_gpu_v2/README.md): Multi-GPU parallel processing based on LitServe
+  - [mineru_tianshu](./mineru_tianshu/README.md): Asynchronous multi-GPU document parsing service based on MinerU
 
 - Projects not yet compatible with version 2.0:
   - [mcp](./mcp/README.md): MCP server based on the official API

+ 1 - 0
projects/README_zh-CN.md

@@ -4,6 +4,7 @@
 
 - 已兼容2.0版本的项目列表
   - [multi_gpu_v2](./multi_gpu_v2/README_zh.md): 基于 LitServe 的多 GPU 并行处理
+  - [mineru_tianshu](./mineru_tianshu/README.md): 基于 MinerU 的异步多 GPU 文档解析服务
 
 - 未兼容2.0版本的项目列表
   - [mcp](./mcp/README.md): 基于官方api的mcp server