Automatically created by CHEETAH

This commit is contained in:
groupuser 2025-09-30 01:29:36 +00:00
parent 21d791a56d
commit 537b89b6f7

26
config.pbtxt Normal file

@ -0,0 +1,26 @@
# Triton backend to use
name: "random-string-generator"
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
}
]