From 38412b68c6e7b85ca71eb5ef16b41f88b83bb3d6 Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Fri, 3 May 2024 22:39:20 -0700 Subject: [PATCH] Update setup.py: update TRT version (#20557) ### Description As a follow-up of #20506 ### Motivation and Context --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a70c6211e3d72..3c7844aa2094e 100644 --- a/setup.py +++ b/setup.py @@ -230,7 +230,7 @@ def run(self): "libmigraphx_tf.so.2", ] - tensorrt_dependencies = ["libnvinfer.so.8", "libnvinfer_plugin.so.8", "libnvonnxparser.so.8"] + tensorrt_dependencies = ["libnvinfer.so.10", "libnvinfer_plugin.so.10", "libnvonnxparser.so.10"] cann_dependencies = ["libascendcl.so", "libacl_op_compiler.so", "libfmk_onnx_parser.so"]