mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Update setup.py: update TRT version (#20557)
### Description As a follow-up of #20506 ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
This commit is contained in:
parent
d6280e26bd
commit
38412b68c6
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -230,7 +230,7 @@ try:
|
|||
"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"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue