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 [
|
input [
|
||||||
{
|
{
|
||||||
name: "INPUT"
|
name: "INPUT@@"
|
||||||
data_type: TYPE_STRING
|
data_type: TYPE_STRING
|
||||||
dims: [ -1 ]
|
dims: [ -1 ]
|
||||||
}
|
}
|
||||||
@ -12,7 +12,7 @@ input [
|
|||||||
|
|
||||||
output [
|
output [
|
||||||
{
|
{
|
||||||
name: "OUTPUT"
|
name: "OUTPUT@@"
|
||||||
data_type: TYPE_STRING
|
data_type: TYPE_STRING
|
||||||
dims: [ -1 ]
|
dims: [ -1 ]
|
||||||
}
|
}
|
||||||
@ -22,7 +22,7 @@ output [
|
|||||||
parameters: [
|
parameters: [
|
||||||
{
|
{
|
||||||
key: "model_path",
|
key: "model_path",
|
||||||
value: {string_value: "/cheetah/input/model/groupuser/triton-python-model"}
|
value: {string_value: ""}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user