File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
53532 . ** Run the containerized environment:**
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This is an experimental feature that requires using a specific TensorRT-LLM comm
88To 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
You can’t perform that action at this time.
0 commit comments