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

This commit is contained in:
groupuser 2025-11-04 07:05:05 +00:00
parent 3ae88b8ae8
commit 5029a08360

@ -7,6 +7,11 @@ input [
name: "new" name: "new"
data_type: TYPE_STRING data_type: TYPE_STRING
dims: [ -1 ] dims: [ -1 ]
},
{
name: "old"
data_type: TYPE_STRING
dims: [ -1 ]
} }
] ]