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 fc73e2f commit 01b479eCopy full SHA for 01b479e
dockerfile/Dockerfile.triton.trt_llm_backend
@@ -17,7 +17,7 @@ ARG TORCH_VER=2.9.0a0+145a3a7bda.nv25.10
17
ARG TORCHVISION_VER=0.24.0a0+094e7af5
18
19
ARG TENSORRTLLM_REPO=https://github.com/NVIDIA/TensorRT-LLM.git
20
-ARG TENSORRTLLM_REPO_TAG=release/1.0
+ARG TENSORRTLLM_REPO_TAG=release/1.1
21
ARG TENSORRTLLM_VER=1.1.0
22
23
FROM ${PYTORCH_IMAGE} AS pytorch_image
0 commit comments