24 lines
241 B
Plaintext
24 lines
241 B
Plaintext
# Triton backend to use
|
|
name: "yolo11-tensorrt"
|
|
backend: "tensorrt"
|
|
platform: "tensorrt_plan"
|
|
max_batch_size: 0
|
|
|
|
default_model_filename: "yolo11n.engine"
|
|
|
|
input [
|
|
]
|
|
|
|
output [
|
|
]
|
|
|
|
|
|
|
|
|
|
instance_group [
|
|
{
|
|
kind: KIND_AUTO
|
|
count: 1
|
|
}
|
|
]
|