Automatically updated from 모델 배포(558:triton-python-gu) by 그룹사용자(groupuser)
This commit is contained in:
parent
5a15fc3364
commit
798a8ca0a0
10
config.pbtxt
10
config.pbtxt
@ -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 ]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user