# Triton backend to use backend: "onnxruntime" platform: "onnxruntime_onnx" max_batch_size: 0 input [ { name: "modi" data_type: TYPE_STRING dims: [ -1 ] }, { name: "onnx" data_type: TYPE_UINT16 dims: [ 12 ] } ] output [ ] instance_group [ { kind: KIND_AUTO count: 1 } ]