You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
compilling triton from branch main with onnxruntime backend demand libonnxruntime.so.1.14.1 while the one compiled from build.py is libonnxruntime.so.1.18.1
RESULTS
After compilling triton with onnxruntime backend it succeed. However, the executable ./build/bin/tritonserver is looking for libonnxruntime.so.1.14.1 while the one compiled is ./build/backends/onnxruntime/libonnxruntime.so.1.18.1