Skip to content

Commit a74cbb5

Browse files
committed
update to trtllm 0.18.0
1 parent 2cbaa1a commit a74cbb5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

TensorRT-LLM

Submodule TensorRT-LLM updated 113 files

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This argument allows you to override the base image with your own custom build of TensorRT or TensorRT-LLM
2-
ARG BASE_IMAGE=nvcr.io/nvidia/tensorrt:25.02-py3
2+
ARG BASE_IMAGE=nvcr.io/nvidia/tensorrt:25.03-py3
33

44
# Set this to false if your image already includes TensorRT-LLM
55
ARG INSTALL_TRTLLM=true

llgtrt/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ fn main() {
2222
println!("cargo:rustc-link-lib=nvinfer_plugin_tensorrt_llm");
2323
println!("cargo:rustc-link-lib=cuda");
2424
println!("cargo:rustc-link-lib=cudart");
25+
26+
println!("cargo:rustc-link-lib=stdc++");
2527
}

0 commit comments

Comments
 (0)