resnet50/config.pbtxt

22 lines
194 B
Plaintext

# Triton backend to use
name: "resnet50"
backend: "pytorch"
platform: "pytorch_libtorch"
max_batch_size: 0
input [
]
output [
]
instance_group [
{
kind: KIND_AUTO
count: 1
}
]