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

This commit is contained in:
groupuser 2025-11-04 08:40:02 +00:00
parent ae801e20e9
commit 41d9c236f9

@ -1,6 +1,5 @@
# Triton backend to use
backend: "pytorch"
platform: "pytorch_libtorch"
backend: "python"
max_batch_size: 0
input [
@ -8,6 +7,11 @@ input [
name: "rm-new-regi"
data_type: TYPE_STRING
dims: [ -1 ]
},
{
name: "be-to-py"
data_type: TYPE_STRING
dims: [ -1 ]
}
]
@ -15,6 +19,12 @@ output [
]
parameters: [
{
key: "model_path",
value: {string_value: "/cheetah/input/model/groupuser/triton-python-model"}
}
]
instance_group [