26 lines
283 B
Plaintext
26 lines
283 B
Plaintext
# Triton Backend for Python.
|
|
backend: "python"
|
|
max_batch_size: 0
|
|
|
|
input [
|
|
]
|
|
|
|
output [
|
|
]
|
|
|
|
|
|
parameters: [
|
|
{
|
|
key: "model_path",
|
|
value: {string_value: "/cheetah/input/model/groupuser/random-string-generator"}
|
|
}
|
|
]
|
|
|
|
|
|
instance_group [
|
|
{
|
|
kind: KIND_AUTO
|
|
count: 1
|
|
}
|
|
]
|