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

This commit is contained in:
groupuser 2025-11-04 09:39:22 +00:00
parent 2e4c4bcd13
commit 4774fe163d

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