Skip to content

Commit 116cc5b

Browse files
hero0307t00939662
andauthored
[Fix]remove dram docs and modify quick-start doc (ModelEngine-Group#411)
* [Fix]remove dram docs and modify quick-start doc * modify index.md --------- Co-authored-by: t00939662 <tianxuehan@huawei.com>
1 parent 53e65ba commit 116cc5b

File tree

3 files changed

+2
-137
lines changed

3 files changed

+2
-137
lines changed

docs/source/getting-started/quick_start.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,9 @@ vllm serve ${MODEL_PATH} \
7777
"kv_connector_module_path": "ucm.integration.vllm.uc_connector",
7878
"kv_role": "kv_both",
7979
"kv_connector_extra_config": {
80-
"ucm_connector_name": "UcmDramStore",
80+
"ucm_connector_name": "UcmNfsStore",
8181
"ucm_connector_config": {
82-
"max_cache_size": 5368709120,
83-
"kv_block_size": 262144
82+
"storage_backends": "/home/test"
8483
}
8584
}
8685
}'

docs/source/user-guide/prefix-cache/dram_store.md

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

docs/source/user-guide/prefix-cache/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,5 @@ performance.
7979

8080
:::{toctree}
8181
:maxdepth: 1
82-
dram_store
8382
nfs_store
8483
:::

0 commit comments

Comments
 (0)