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

This commit is contained in:
groupuser 2025-10-30 07:36:39 +00:00
parent 14971e4c7a
commit 66bd9f0c4f

@ -3,9 +3,19 @@ backend: "python"
max_batch_size: 0 max_batch_size: 0
input [ input [
{
name: "INPUT"
data_type: TYPE_STRING
dims: [ -1 ]
}
] ]
output [ output [
{
name: "OUTPUT"
data_type: TYPE_STRING
dims: [ -1 ]
}
] ]