Skip to content

Commit 8e492ea

Browse files
committed
add description for workaround the github username and password
1 parent 6e63aed commit 8e492ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/guides/run_kvbm_in_trtllm.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ To use KVBM in TensorRT-LLM, you can follow the steps below:
3939
docker compose -f deploy/docker-compose.yml up -d
4040

4141
# Build a container that includes TensorRT-LLM and KVBM. Note: KVBM integration is only available in TensorRT-LLM commit dcd110cfac07e577ce01343c455917832b0f3d5e or newer.
42+
# When building with the --tensorrtllm-commit option, you may notice that https://github.com keeps prompting for a username and password.
43+
# This happens because cloning TensorRT-LLM can hit GitHub’s rate limit.
44+
# To work around this, you can keep pressing "Enter" or "Return."
4245
./container/build.sh --framework trtllm --tensorrtllm-commit dcd110cfac07e577ce01343c455917832b0f3d5e --enable-kvbm
4346

4447
# launch the container

0 commit comments

Comments
 (0)