Skip to content

Commit 5419275

Browse files
authored
Update TensorRT-LLM version (#829)
* Update TensorRT-LLM version * Update dockerfile
1 parent 9f99738 commit 5419275

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dockerfile/Dockerfile.triton.trt_llm_backend

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ ARG TORCH_VER=2.9.0a0+145a3a7bda.nv25.10
1717
ARG TORCHVISION_VER=0.24.0a0+094e7af5
1818

1919
ARG TENSORRTLLM_REPO=https://github.com/NVIDIA/TensorRT-LLM.git
20-
ARG TENSORRTLLM_REPO_TAG=release/1.0
21-
ARG TENSORRTLLM_VER=1.2.0rc2
20+
ARG TENSORRTLLM_REPO_TAG=release/1.1
21+
ARG TENSORRTLLM_VER=1.1.0
2222

2323
FROM ${PYTORCH_IMAGE} AS pytorch_image
2424
FROM ${BASE_IMAGE} AS install_dependencies

tensorrt_llm

Submodule tensorrt_llm updated 95 files

0 commit comments

Comments
 (0)