Automatically created by CHEETAH
This commit is contained in:
parent
21d791a56d
commit
537b89b6f7
26
config.pbtxt
Normal file
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
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in New Issue
Block a user