Skip to content

Commit f9c0ea1

Browse files
committed
fix doc
1 parent 9038bfb commit f9c0ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/run_kvbm_in_trtllm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To use KVBM in TensorRT-LLM, you can follow the steps below:
3535
# start up etcd for KVBM leader/worker registration and discovery
3636
docker compose -f deploy/docker-compose.yml up -d
3737

38-
# Build a container that includes TensorRT-LLM and KVBM. Note: KVBM integration is only available in TensorRT-LLM commit ce580ce4f52af3ad0043a800b3f9469e1f1109f6.
38+
# Build a container that includes TensorRT-LLM and KVBM. Note: KVBM integration is only available in TensorRT-LLM commit ce580ce4f52af3ad0043a800b3f9469e1f1109f6 or newer.
3939
./container/build.sh --framework trtllm --tensorrtllm-commit ce580ce4f52af3ad0043a800b3f9469e1f1109f6 --enable-kvbm
4040

4141
# launch the container

0 commit comments

Comments
 (0)