triton-python-model/config.pbtxt

23 lines
267 B
Plaintext

# This file contains content for Triton Backend for ${modelDeploymentRequest.modelType}.
# Triton backend to use
backend: "pytorch"
platform: "pytorch_libtorch"
max_batch_size: 0
input [
]
output [
]
instance_group [
{
kind: KIND_AUTO
count: 1
}
]