Compare commits
No commits in common. "main" and "refs/deployment/triton" have entirely different histories.
main
...
refs/deplo
BIN
1/model.onnx
BIN
1/model.onnx
Binary file not shown.
11
config.pbtxt
11
config.pbtxt
@ -1,3 +1,4 @@
|
|||||||
|
# Triton Backend for ONNX.
|
||||||
backend: "onnxruntime"
|
backend: "onnxruntime"
|
||||||
platform: "onnxruntime_onnx"
|
platform: "onnxruntime_onnx"
|
||||||
max_batch_size: 0
|
max_batch_size: 0
|
||||||
@ -7,3 +8,13 @@ input [
|
|||||||
|
|
||||||
output [
|
output [
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
instance_group [
|
||||||
|
{
|
||||||
|
kind: KIND_AUTO
|
||||||
|
count: 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user