onnxruntime_backend
onnxruntime_backend copied to clipboard
OnnxLoader singleton has not been initialized
Description What have i done?
- Building the Triton Inference Server on Ubuntu 20.04 without Docker
- Building the Onnxruntime Backend
The Error : I dont know exactly error but I think "OnnxLoader : Unavailable - OnnxLoader - singleton has not been itilizalied".
Triton Information What version of Triton are you using? 2.17.0
Are you using the Triton container or did you build it yourself? without Docker
To Reproduce I'm trying this code for "Load Model and Test Triton".
/opt/tritonserver/bin/tritonserver --strict-model-config=false --model-repository=/opt/tritonserver/triton_model_repository/ --backend-directory=/opt/tritonserver/backends/

My file directory like this ; <triton_model_repository>/ <segmentation_model>/ 1/ model.onnx
Expected behavior
How can I fix this issue?
What is your model config?
We run it without model config