triton-python-model/config.pbtxt

21 lines
180 B
Plaintext

# Triton Backend for OpenVINO.
backend: "openvino"
platform: "openvino_ov"
max_batch_size: 0
input [
]
output [
]
instance_group [
{
kind: KIND_AUTO
count: 1
}
]