Automatically updated from 모델 배포(554:triton-python-model-gu) by 그룹사용자(groupuser)

This commit is contained in:
groupuser 2025-10-30 07:56:37 +00:00
parent a84bdb3a70
commit dc08bf649b

@ -4,7 +4,7 @@ max_batch_size: 0
input [
{
name: "INPUT"
name: "INPUT@@"
data_type: TYPE_STRING
dims: [ -1 ]
}
@ -12,7 +12,7 @@ input [
output [
{
name: "OUTPUT"
name: "OUTPUT@@"
data_type: TYPE_STRING
dims: [ -1 ]
}
@ -22,7 +22,7 @@ output [
parameters: [
{
key: "model_path",
value: {string_value: "/cheetah/input/model/groupuser/triton-python-model"}
value: {string_value: ""}
}
]