From 6312ea493a75d7e10a62f84a9bc0516356c5f918 Mon Sep 17 00:00:00 2001 From: Misha Chornyi <99709299+mc-nv@users.noreply.github.com> Date: Thu, 11 Dec 2025 14:51:07 -0800 Subject: [PATCH] Update sub-module commit (#827) * Update sub-module commit * Install libnvshmem3-cuda-13 to the base conatiner. * Preload: libnvshmem_host.so * Moving changes to the right place in Dockerfile. --- dockerfile/Dockerfile.triton.trt_llm_backend | 3 +++ tensorrt_llm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dockerfile/Dockerfile.triton.trt_llm_backend b/dockerfile/Dockerfile.triton.trt_llm_backend index fe402b73..566cf5e2 100644 --- a/dockerfile/Dockerfile.triton.trt_llm_backend +++ b/dockerfile/Dockerfile.triton.trt_llm_backend @@ -160,6 +160,9 @@ RUN [ "$(uname -m)" != "x86_64" ] && arch="sbsa" || arch="x86_64" \ cuda-nvrtc-dev-${NVRTC_CUDA_VERSION}=${NVRTC_VER} \ libnccl2=${NCCL_VER} \ libnccl-dev=${NCCL_VER} \ + libnvshmem3-cuda-13 \ + && dpkg -L libnvshmem3-cuda-13 | grep libnvshmem_host.so | sed -e 's/libnvshmem_host.*//g' | sort -u > /etc/ld.so.conf.d/libnvshmem3-cuda-13.conf \ + && ldconfig \ && rm -rf /var/lib/apt/lists/* # Install TRT diff --git a/tensorrt_llm b/tensorrt_llm index e4c70784..6339e76b 160000 --- a/tensorrt_llm +++ b/tensorrt_llm @@ -1 +1 @@ -Subproject commit e4c707845ff58fcc0b1d87afb4dd0e64885c780a +Subproject commit 6339e76b6defb4fcee08f1335cff9e2bbd5b0ffc