11<p align =" center " >
22 <picture >
3- <source media="(prefers-color-scheme: dark)" srcset="docs/source/logos/UCM-dark.png">
4- <img alt="UCM" src="docs/source/logos/UCM-light.png" width=50%>
3+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ModelEngine-Group/unified-cache-management/main/ docs/source/logos/UCM-dark.png">
4+ <img alt="UCM" src="https://raw.githubusercontent.com/ModelEngine-Group/unified-cache-management/main/ docs/source/logos/UCM-light.png" width=50%>
55 </picture >
66</p >
77
@@ -32,7 +32,7 @@ Sparse KV cache have many different choices. Recently paper point out that there
3232and all models. So better to build a common framework then different sparse algorithms can be plugin to it like KV
3333connector for PC.
3434
35- ![ architecture.png] ( . /docs/source/_static/images/idea.png)
35+ ![ architecture.png] ( https://raw.githubusercontent.com/ModelEngine-Group/unified-cache-management/main /docs/source/_static/images/idea.png)
3636
3737All gray boxes in the diagram represent existing classes in vLLM version 0.9.2, while the green boxes indicate newly added components by UCM.
3838The light green boxes demonstrate potential future subclass extensions based on this framework.
@@ -68,7 +68,7 @@ in either a local filesystem for single-machine scenarios or through NFS mount p
6868
6969## Quick Start
7070
71- please refer to [ Quick Start] ( ./docs/source /getting-started/quick_start.md ) .
71+ please refer to [ Quick Start] ( https://ucm.readthedocs.io/en/latest /getting-started/quick_start.html ) .
7272
7373---
7474
@@ -85,8 +85,8 @@ please refer to [Quick Start](./docs/source/getting-started/quick_start.md).
85851 . For technical questions and feature requests, please use GitHub [ Issues] ( https://github.com/ModelEngine-Group/unified-cache-management/issues ) .
86862 . WeChat technical discussion group: Scan the QR code below.
8787
88- <img src =" docs/source/_static/images/qrcode_for_wechat.png " alt =" wechat-gh " width =" 40% " >
88+ <img src =" https://raw.githubusercontent.com/ModelEngine-Group/unified-cache-management/main/ docs/source/_static/images/qrcode_for_wechat.png" alt =" wechat-gh " width =" 40% " >
8989
9090## License
9191
92- UCM is licensed under the MIT with additional conditions. Please read the [ LICENSE] ( . /LICENSE) file for details.
92+ UCM is licensed under the MIT with additional conditions. Please read the [ LICENSE] ( https://raw.githubusercontent.com/ModelEngine-Group/unified-cache-management/main /LICENSE) file for details.
0 commit comments