Skip to content

Commit 931c697

Browse files
committed
pin more versions
Signed-off-by: richardhuo-nv <[email protected]>
1 parent 7d88f9c commit 931c697

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ It is recommended to use [NGC PyTorch Container](https://catalog.ngc.nvidia.com/
199199

200200
> [!Note]
201201
> Ensure that you select a PyTorch container image version that matches the version of TensorRT-LLM you are using.
202-
> For example, if you are using `tensorrt-llm==1.1.0rc3`, use the PyTorch container image version `25.06`.
202+
> For example, if you are using `tensorrt-llm==1.1.0rc5`, use the PyTorch container image version `25.06`.
203203
> To find the correct PyTorch container version for your desired `tensorrt-llm` release, visit the [TensorRT-LLM Dockerfile.multi](https://github.com/NVIDIA/TensorRT-LLM/blob/main/docker/Dockerfile.multi) on GitHub. Switch to the branch that matches your `tensorrt-llm` version, and look for the `BASE_TAG` line to identify the recommended PyTorch container tag.
204204
205205
> [!Important]

docs/support_matrix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ If you are using a **GPU**, the following GPU models and architectures are suppo
6767
| **Build Dependency** | **Version** |
6868
| :------------------- | :------------------------------------------------------------------------------- |
6969
| **Base Container** | [25.03](https://catalog.ngc.nvidia.com/orgs/nvidia/containers/cuda-dl-base/tags) |
70-
| **TensorRT-LLM** | 1.1.0rc3 |
70+
| **TensorRT-LLM** | 1.1.0rc5 |
7171
| **NIXL** | 0.4.1 |
7272
| **vLLM** | 0.10.1.1 |
7373
| **SGLang** | 0.5.0rc2 |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Repository = "https://github.com/ai-dynamo/dynamo.git"
4848
[project.optional-dependencies]
4949
trtllm =[
5050
"uvloop",
51-
"tensorrt-llm==1.1.0rc3",
51+
"tensorrt-llm==1.1.0rc5",
5252
]
5353

5454
vllm = [

0 commit comments

Comments
 (0)