Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
93c81420
Unverified
Commit
93c81420
authored
Nov 25, 2025
by
dagil-nvidia
Committed by
GitHub
Nov 25, 2025
Browse files
docs: update TensorRT-LLM commit for NIXL to v1.2.0rc2 (#4582)
Signed-off-by:
Dan Gil
<
dagil@nvidia.com
>
parent
51c1b9f1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/backends/trtllm/kv-cache-transfer.md
docs/backends/trtllm/kv-cache-transfer.md
+1
-1
docs/backends/trtllm/multimodal_epd.md
docs/backends/trtllm/multimodal_epd.md
+1
-1
No files found.
docs/backends/trtllm/kv-cache-transfer.md
View file @
93c81420
...
@@ -47,7 +47,7 @@ To enable NIXL for KV cache transfer in disaggregated serving:
...
@@ -47,7 +47,7 @@ To enable NIXL for KV cache transfer in disaggregated serving:
```
bash
```
bash
./container/build.sh
--framework
trtllm
\
./container/build.sh
--framework
trtllm
\
--tensorrtllm-git-url
https://github.com/NVIDIA/TensorRT-LLM.git
\
--tensorrtllm-git-url
https://github.com/NVIDIA/TensorRT-LLM.git
\
--tensorrtllm-commit
main
--tensorrtllm-commit
v1.2.0rc2
```
```
2.
**Run the containerized environment:**
2.
**Run the containerized environment:**
...
...
docs/backends/trtllm/multimodal_epd.md
View file @
93c81420
...
@@ -8,7 +8,7 @@ This is an experimental feature that requires using a specific TensorRT-LLM comm
...
@@ -8,7 +8,7 @@ This is an experimental feature that requires using a specific TensorRT-LLM comm
To enable it build the dynamo container with the
`--tensorrtllm-commit`
flag, followed by the commit hash:
To enable it build the dynamo container with the
`--tensorrtllm-commit`
flag, followed by the commit hash:
```
bash
```
bash
./container/build.sh
--framework
trtllm
--tensorrtllm-git-url
https://github.com/NVIDIA/TensorRT-LLM.git
--tensorrtllm-commit
main
./container/build.sh
--framework
trtllm
--tensorrtllm-git-url
https://github.com/NVIDIA/TensorRT-LLM.git
--tensorrtllm-commit
v1.2.0rc2
```
```
## Key Features
## Key Features
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment