Automatically created from 모델 배포(641:yolo-drone) by 이재우(leejaewoo)

This commit is contained in:
leejaewoo 2026-02-02 04:45:27 +00:00
parent 790d6200fb
commit fc3d44e586

20
config.pbtxt Normal file

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