Compare commits
No commits in common. "refs/deployment/triton" and "main" have entirely different histories.
refs/deplo
...
main
BIN
1/model.onnx
Normal file
BIN
1/model.onnx
Normal file
Binary file not shown.
11
config.pbtxt
11
config.pbtxt
@ -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
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user