Skip to content

TensorRT version is not compatible, expecting library version 9.2.0.4 got 9.2.0.5 #194

Closed
@wjueyao

Description

@wjueyao

I encountered the following error when using the newest image nvcr.io/nvidia/tritonserver:23.11-trtllm-python-py3

The engine plan file is not compatible with this version of TensorRT, expecting library version 9.2.0.4 got 9.2.0.5, please rebuild

image

I followed the exact steps listed on this issue to build model files. Instead of using main branch, I used v0.6.1.#128 (comment)

And I checked the tensorrt version in the install_tensorrt.sh, it did use 9.2.0.5
https://github.com/NVIDIA/TensorRT-LLM/blob/v0.6.1/docker/common/install_tensorrt.sh

#!/bin/bash

set -ex

TRT_VER="9.2.0.5"
CUDA_VER="12.2"
CUDNN_VER="8.9.4.25-1+cuda12.2"
NCCL_VER="2.18.3-1+cuda12.2"
CUBLAS_VER="12.2.5.6-1"

Therefore, I was wondering which one should be the correct version to use

Metadata

Metadata

Assignees

Labels

triagedIssue has been triaged by maintainers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions