triton-python-model/config.pbtxt

29 lines
293 B
Plaintext

# Triton backend to use
backend: "pytorch"
platform: "pytorch_libtorch"
max_batch_size: 0
input [
{
name: "input1"
data_type: TYPE_UINT8
dims: [ 1, 16 ]
reshape {
shape: [ 1, 16 ]
}
}
]
output [
]
instance_group [
{
kind: KIND_AUTO
count: 1
}
]