Automatically updated from 모델 배포(581:new-regen-regi) by 그룹사용자(groupuser)

This commit is contained in:
groupuser 2025-11-04 08:15:50 +00:00
parent 2c32bb4c58
commit d747154065

@ -1,6 +1,5 @@
# Triton backend to use # Triton backend to use
backend: "pytorch" backend: "python"
platform: "pytorch_libtorch"
max_batch_size: 0 max_batch_size: 0
input [ input [
@ -13,6 +12,11 @@ input [
name: "new-regen-regi" name: "new-regen-regi"
data_type: TYPE_STRING data_type: TYPE_STRING
dims: [ -1 ] dims: [ -1 ]
},
{
name: "ch-to-python"
data_type: TYPE_STRING
dims: [ -1 ]
} }
] ]
@ -20,6 +24,12 @@ output [
] ]
parameters: [
{
key: "model_path",
value: {string_value: "/cheetah/input/model/groupuser/triton-python-model"}
}
]
instance_group [ instance_group [