From 749bfea6c1ef867fbb942bfcb1b16fee3fd76052 Mon Sep 17 00:00:00 2001 From: cheetahadmin Date: Tue, 23 Sep 2025 06:23:36 +0000 Subject: [PATCH] Update config.pbtxt --- config.pbtxt | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/config.pbtxt b/config.pbtxt index 16db2c6..d8af42d 100644 --- a/config.pbtxt +++ b/config.pbtxt @@ -1,21 +1,4 @@ # Triton backend to use name: "yolo-ref-branch" -backend: "onnxruntime" -platform: "onnxruntime_onnx" -max_batch_size: 0 - -input [ -] - -output [ -] - - - - -instance_group [ - { - kind: KIND_AUTO - count: 1 - } -] +backend: "openvino" +default_model_filename: "model.onnx" \ No newline at end of file