triton-python-model/config.pbtxt
2025-11-21 08:27:18 +00:00

26 lines
276 B
Plaintext

# Triton Backend for TensorFlowGraphdef.##
backend: "tensorflow"
platform: "tensorflow_graphdef"
max_batch_size: 0
input [
{
name: "fail-test"
data_type: TYPE_STRING
dims: [ -1 ]
}
]
output [
]
instance_group [
{
kind: KIND_AUTO
count: 1
}
]