Compare commits

..

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

2 changed files with 0 additions and 11 deletions

BIN
1/model.onnx Normal file

Binary file not shown.

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