We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98bfe1d commit 9b4bcf6Copy full SHA for 9b4bcf6
1 file changed
dockerfile/Dockerfile.triton.trt_llm_backend
@@ -15,8 +15,8 @@ ARG PIP_WHL_VER_TORCHVISION=0.25.0a0+ca221243
15
ARG PIP_WHL_VER_TRITON_KERNELS=1.0.0+gitbfeb0668.nv25.12
16
17
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
+ARG TENSORRTLLM_REPO_TAG=release/1.2.1
+ARG TENSORRTLLM_VER=1.2.1
20
21
FROM ${PYTORCH_IMAGE} AS pytorch_image
22
FROM ${BASE_IMAGE} AS install_dependencies
0 commit comments