triton-python-model/config.pbtxt

21 lines
200 B
Plaintext

# Triton Backend for TensorFlowGraphdef.
backend: "tensorflow"
platform: "tensorflow_graphdef"
max_batch_size: 0
input [
]
output [
]
instance_group [
{
kind: KIND_AUTO
count: 1
}
]