Skip to content

Commit 4c759a4

Browse files
authored
[DOC] Update fig (#987)
* [DOC] update image * [DOC] update image * update fig
1 parent 0151616 commit 4c759a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ The core of Mooncake is its KVCache-centric scheduler, which balances maximizing
5959

6060
<h2 id="components">🧩 Components</h2>
6161

62-
![components](image/components.png)
62+
<!-- ![components](image/components.png) -->
63+
<img src=image/components.png width=74% />
6364

6465
**Mooncake Core Component: Transfer Engine (TE)**
6566
The core of Mooncake is the Transfer Engine (TE), which provides a unified interface for batched data transfer across various storage devices and network links. Supporting multiple protocols including TCP, RDMA, CXL/shared-memory, and NVMe over Fabric (NVMe-of), TE is designed to enable fast and reliable data transfer for AI workloads. Compared to Gloo (used by Distributed PyTorch) and traditional TCP, TE achieves significantly lower I/O latency, making it a superior solution for efficient data transmission.

image/components.png

1.25 MB
Loading

0 commit comments

Comments
 (0)