Compare commits

..

No commits in common. "main" and "refs/deployment/triton" have entirely different histories.

2 changed files with 11 additions and 0 deletions

Binary file not shown.

@ -1,3 +1,4 @@
# Triton Backend for ONNX.
backend: "onnxruntime"
platform: "onnxruntime_onnx"
max_batch_size: 0
@ -7,3 +8,13 @@ input [
output [
]
instance_group [
{
kind: KIND_AUTO
count: 1
}
]