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

Update compatible projects list

yuanzhou 5 сар өмнө
parent
commit
d3156f76ad

+ 1 - 0
projects/README.md

@@ -4,6 +4,7 @@
 
 - Projects compatible with version 2.0:
   - [gradio_app](./gradio_app/README.md): Web application based on Gradio
+  - [multi_gpu_v2](./multi_gpu_v2/README.md): Multi-GPU parallel processing based on LitServe
 
 - Projects not yet compatible with version 2.0:
   - [web_api](./web_api/README.md): Web API based on FastAPI

+ 1 - 0
projects/README_zh-CN.md

@@ -4,6 +4,7 @@
 
 - 已兼容2.0版本的项目列表
   - [gradio_app](./gradio_app/README_zh-CN.md): 基于 Gradio 的 Web 应用
+  - [multi_gpu_v2](./multi_gpu_v2/README_zh.md): 基于 LitServe 的多 GPU 并行处理
 
 - 未兼容2.0版本的项目列表
   - [web_api](./web_api/README.md): 基于 FastAPI 的 Web API