Automatically updated from 모델 배포(554:triton-python-model-gu) by 그룹사용자(groupuser)
This commit is contained in:
parent
a84bdb3a70
commit
dc08bf649b
@ -4,7 +4,7 @@ max_batch_size: 0
|
||||
|
||||
input [
|
||||
{
|
||||
name: "INPUT"
|
||||
name: "INPUT@@"
|
||||
data_type: TYPE_STRING
|
||||
dims: [ -1 ]
|
||||
}
|
||||
@ -12,7 +12,7 @@ input [
|
||||
|
||||
output [
|
||||
{
|
||||
name: "OUTPUT"
|
||||
name: "OUTPUT@@"
|
||||
data_type: TYPE_STRING
|
||||
dims: [ -1 ]
|
||||
}
|
||||
@ -22,7 +22,7 @@ output [
|
||||
parameters: [
|
||||
{
|
||||
key: "model_path",
|
||||
value: {string_value: "/cheetah/input/model/groupuser/triton-python-model"}
|
||||
value: {string_value: ""}
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user