Automatically created from 모델 배포(675:gmk-wf-test1-260226-1-manual) by 그룹사용자(groupuser)

This commit is contained in:
groupuser 2026-02-26 05:59:41 +00:00
parent 1f370a0235
commit 5c50aa93d8

25
config.pbtxt Normal file

@ -0,0 +1,25 @@
# Triton Backend for Python.
backend: "python"
max_batch_size: 0
input [
]
output [
]
parameters: [
{
key: "model_path",
value: {string_value: "/cheetah/input/model/groupuser/gmk-wf-test1-260226-1"}
}
]
instance_group [
{
kind: KIND_AUTO
count: 1
}
]