21 lines
204 B
Plaintext
21 lines
204 B
Plaintext
# Triton Backend for TensorFlowSavedModel.
|
|
backend: "tensorflow"
|
|
platform: "tensorflow_savedmodel"
|
|
max_batch_size: 0
|
|
|
|
input [
|
|
]
|
|
|
|
output [
|
|
]
|
|
|
|
|
|
|
|
|
|
instance_group [
|
|
{
|
|
kind: KIND_AUTO
|
|
count: 1
|
|
}
|
|
]
|