Skip to content

Commit 4d784a3

Browse files
Lijiachen1018lijiachen19
andauthored
[docs] renew docs for v1 (#448)
renew docs for v1 Co-authored-by: lijiachen19 <[email protected]>
1 parent aff412a commit 4d784a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/getting-started/installation_npu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ cd ..
5757
```
5858

5959
## Setup from docker
60-
Download the pre-built docker image provided or build unified-cache-management docker image by commands below:
60+
Download the pre-built `vllm-ascend` docker image or build unified-cache-management docker image by commands below:
6161
```bash
6262
# Build docker image using source code, replace <branch_or_tag_name> with the branch or tag name needed
6363
git clone --depth 1 --branch <branch_or_tag_name> https://github.com/ModelEngine-Group/unified-cache-management.git

docs/source/getting-started/quick_start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ vllm serve ${MODEL_PATH} \
8383
--port 7800 \
8484
--kv-transfer-config \
8585
'{
86-
"kv_connector": "UnifiedCacheConnectorV1",
87-
"kv_connector_module_path": "ucm.integration.vllm.uc_connector",
86+
"kv_connector": "UCMConnector",
87+
"kv_connector_module_path": "ucm.integration.vllm.ucm_connector",
8888
"kv_role": "kv_both",
8989
"kv_connector_extra_config": {
9090
"UCM_CONFIG_FILE": "/workspace/unified-cache-management/examples/ucm_config_example.yaml"

0 commit comments

Comments
 (0)