Update config.pbtxt

This commit is contained in:
cheetahadmin 2025-09-22 08:08:23 +00:00
parent c4da556a24
commit c33bac8317

@ -7,9 +7,21 @@ max_batch_size: 0
default_model_filename: "yolo11n.engine"
input [
{
name: "images"
data_type: TYPE_FP32
dims: [1, 3, 640, 640]
}
]
# Triton should expect to respond with a single string
# output of variable length named 'text_output'
output [
{
name: "output0"
data_type: TYPE_FP32
dims: [1, 84, 8400]
}
]