Skip to content

Commit 620889e

Browse files
committed
docs(trtllm): update TensorRT-LLM commit to v1.2.0rc2
Update the TensorRT-LLM commit reference from 'main' to 'v1.2.0rc2' in: - docs/backends/trtllm/kv-cache-transfer.md - docs/backends/trtllm/multimodal_epd.md This ensures users build with the correct TensorRT-LLM version for NIXL and EPD features. Signed-off-by: Dan Gil <dagil@nvidia.com>
1 parent 25fd32a commit 620889e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/backends/trtllm/kv-cache-transfer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To enable NIXL for KV cache transfer in disaggregated serving:
4747
```bash
4848
./container/build.sh --framework trtllm \
4949
--tensorrtllm-git-url https://github.com/NVIDIA/TensorRT-LLM.git \
50-
--tensorrtllm-commit main
50+
--tensorrtllm-commit v1.2.0rc2
5151
```
5252

5353
2. **Run the containerized environment:**

docs/backends/trtllm/multimodal_epd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is an experimental feature that requires using a specific TensorRT-LLM comm
88
To enable it build the dynamo container with the `--tensorrtllm-commit` flag, followed by the commit hash:
99

1010
```bash
11-
./container/build.sh --framework trtllm --tensorrtllm-git-url https://github.com/NVIDIA/TensorRT-LLM.git --tensorrtllm-commit main
11+
./container/build.sh --framework trtllm --tensorrtllm-git-url https://github.com/NVIDIA/TensorRT-LLM.git --tensorrtllm-commit v1.2.0rc2
1212
```
1313

1414
## Key Features

0 commit comments

Comments
 (0)