Skip to content

Commit 3cf49a9

Browse files
Change TRT-LLM docker to 1.2.0rc0.post1
Signed-off-by: Keval Morabia <28916987+kevalmorabia97@users.noreply.github.com>
1 parent 0ce7c6e commit 3cf49a9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/example_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
matrix:
6666
EXAMPLE: [llm_ptq]
6767
container: &example_container
68-
image: nvcr.io/nvidia/tensorrt-llm/release:1.2.0rc2
68+
image: nvcr.io/nvidia/tensorrt-llm/release:1.2.0rc0.post1
6969
env:
7070
PIP_CONSTRAINT: "" # Disable pip constraint for upgrading packages
7171
HF_TOKEN: ${{ secrets.HF_TOKEN }}

.gitlab/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ example-torch:
6262
example-trtllm:
6363
extends: example-torch
6464
timeout: 60m
65-
image: nvcr.io/nvidia/tensorrt-llm/release:1.2.0rc2
65+
image: nvcr.io/nvidia/tensorrt-llm/release:1.2.0rc0.post1
6666
tags: [docker, linux, 2-gpu, sm>=89]
6767
parallel:
6868
matrix:

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Model Optimizer Changelog (Linux)
2323

2424
**Misc**
2525

26-
- Bump TensorRT-LLM docker to 1.2.0rc2.
26+
- Bump TensorRT-LLM docker to 1.2.0rc0.post1.
2727
- Bump minimum recommended transformers version to 4.53.
2828

2929
0.39 (2025-11-11)

docs/source/getting_started/_installation_for_Linux.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Latest Model Optimizer (``nvidia-modelopt``) currently has the following system
1818
+-------------------------+-----------------------------+
1919
| PyTorch | >=2.6 |
2020
+-------------------------+-----------------------------+
21-
| TensorRT-LLM (Optional) | 1.2.0rc2 |
21+
| TensorRT-LLM (Optional) | 1.2.0rc0.post1 |
2222
+-------------------------+-----------------------------+
2323
| ONNX Runtime (Optional) | 1.22 |
2424
+-------------------------+-----------------------------+

examples/llm_ptq/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This section focuses on Post-training quantization, a technique that reduces mod
2727

2828
### Docker
2929

30-
For Hugging Face models, please use the TensorRT-LLM docker image (e.g., `nvcr.io/nvidia/tensorrt-llm/release:1.2.0rc2`).
30+
For Hugging Face models, please use the TensorRT-LLM docker image (e.g., `nvcr.io/nvidia/tensorrt-llm/release:1.2.0rc0.post1`).
3131
For NeMo models, use the NeMo container (e.g., `nvcr.io/nvidia/nemo:25.09`).
3232
Visit our [installation docs](https://nvidia.github.io/TensorRT-Model-Optimizer/getting_started/2_installation.html) for more information.
3333

0 commit comments

Comments
 (0)