triton-inference-server / onnxruntime_backend

The Triton backend for the ONNX Runtime.
BSD 3-Clause "New" or "Revised" License
134 stars 57 forks source link

hardcoding sym link library reference for ONNX #270

Closed pvijayakrish closed 2 months ago

pvijayakrish commented 2 months ago

Hard coding by using symbolic link to point to the missed library in ONNX backend. Ref: https://nvidia.slack.com/archives/CJN9422C9/p1723748846373309

Verified that this change is required for ORT version 1.19.2. Example pipeline here

PS: This change required for ONNX versions 1.19.1 and 1.19.2.