Skip to content

Commit

Permalink
Update tensorrt_dependencies in setup.py (#17562)
Browse files Browse the repository at this point in the history
### Description
The files should not have the minor version number. The names were added
in #17365 by mistake.

### Motivation and Context
We did not successfully exclude them out.
  • Loading branch information
snnn authored Sep 15, 2023
1 parent 94f2ed6 commit 4d931ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def run(self):
"libhsa-runtime64.so.1",
]

tensorrt_dependencies = ["libnvinfer.so.8.6", "libnvinfer_plugin.so.8.6", "libnvonnxparser.so.8.6"]
tensorrt_dependencies = ["libnvinfer.so.8", "libnvinfer_plugin.so.8", "libnvonnxparser.so.8"]

dest = "onnxruntime/capi/libonnxruntime_providers_openvino.so"
if path.isfile(dest):
Expand Down

0 comments on commit 4d931ed

Please sign in to comment.