We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53e65ba commit 116cc5bCopy full SHA for 116cc5b
docs/source/getting-started/quick_start.md
@@ -77,10 +77,9 @@ vllm serve ${MODEL_PATH} \
77
"kv_connector_module_path": "ucm.integration.vllm.uc_connector",
78
"kv_role": "kv_both",
79
"kv_connector_extra_config": {
80
- "ucm_connector_name": "UcmDramStore",
+ "ucm_connector_name": "UcmNfsStore",
81
"ucm_connector_config": {
82
- "max_cache_size": 5368709120,
83
- "kv_block_size": 262144
+ "storage_backends": "/home/test"
84
}
85
86
}'
docs/source/user-guide/prefix-cache/dram_store.md
docs/source/user-guide/prefix-cache/index.md
@@ -79,6 +79,5 @@ performance.
:::{toctree}
:maxdepth: 1
-dram_store
nfs_store
:::
0 commit comments