Skip to content

Commit 9b4bcf6

Browse files
committed
Update Dockerfile
1 parent 98bfe1d commit 9b4bcf6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dockerfile/Dockerfile.triton.trt_llm_backend

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ ARG PIP_WHL_VER_TORCHVISION=0.25.0a0+ca221243
1515
ARG PIP_WHL_VER_TRITON_KERNELS=1.0.0+gitbfeb0668.nv25.12
1616

1717
ARG TENSORRTLLM_REPO=https://github.com/NVIDIA/TensorRT-LLM.git
18-
ARG TENSORRTLLM_REPO_TAG=release/1.2
19-
ARG TENSORRTLLM_VER=1.2.0rc8
18+
ARG TENSORRTLLM_REPO_TAG=release/1.2.1
19+
ARG TENSORRTLLM_VER=1.2.1
2020

2121
FROM ${PYTORCH_IMAGE} AS pytorch_image
2222
FROM ${BASE_IMAGE} AS install_dependencies

0 commit comments

Comments
 (0)