Skip to content

Commit 8d015cb

Browse files
committed
[Doc] update the performance and modify description.
1 parent 8e873de commit 8d015cb

File tree

4 files changed

+17
-88
lines changed

4 files changed

+17
-88
lines changed

docs/source/getting-started/example/Mooncake.md

Lines changed: 0 additions & 84 deletions
This file was deleted.

docs/source/getting-started/example/mooncake_conn.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,20 @@ This document provides a usage example and configuration guide for the **Mooncak
44

55
## Performance
66

7-
8-
9-
7+
| tokens | mooncake-first | mooncake-second | default |
8+
| ------ | ------------------ | ------------------ | ------------------ |
9+
| 2k | 1.9231491860002279 | 0.8265988459810615 | 0.5419427898712457 |
10+
| 4k | 3.9460434830747544 | 1.5273493870627135 | 0.991630249004811 |
11+
| 8k | 7.577957597002387 | 2.7632693520281464 | 2.0716467570047827 |
12+
| 16k | 16.823639799049126 | 5.515289016952738 | 4.742832682048902 |
13+
| 32k | 81.98759594326839 | 14.217441103421152 | 12.310140203218907 |
14+
15+
Use mooncake fig && default:
16+
<p align="center">
17+
<img alt="UCM" src="../../images/mooncake_performance.png" width="40%">
18+
<span style="display:inline-block; width:10%;"></span>
19+
<img alt="UCM" src="../../images/mooncake_default_performance.png" width="40%">
20+
</p>
1021

1122
## Features
1223

@@ -23,14 +34,16 @@ The Monncake connector supports the following functionalities:
2334

2435
1. Follow the [Mooncake official guide](https://github.com/kvcache-ai/Mooncake/blob/v0.3.4/doc/en/build.md) to build Mooncake.
2536

37+
> **[Warning]**: Currently, this connector only supports Mooncake v0.3.4, and the updated version is being adapted.
38+
2639
2. Start Mooncake Store Service
2740

2841
Please change the IP addresses and ports in the following guide according to your env.
2942

3043
```bash
3144
# Unset HTTP proxies
3245
unset http_proxy https_proxy no_proxy HTTP_PROXY HTTPS_PROXY NO_PROXY
33-
# Navigate to the metadata server directory
46+
# Navigate to the metadata server directory, http server for example.
3447
cd $MOONCAKE_ROOT_DIR/mooncake-transfer-engine/example/http-metadata-server
3548
# Start Metadata Service
3649
go run . --addr=0.0.0.0:23790
40.6 KB
Loading
42.6 KB
Loading

0 commit comments

Comments
 (0)