Files
FastDeploy/examples/text/ernie-3.0/serving/models/ernie_seqcls_postprocess/config.pbtxt
heliqi 587ffd4caf [Serving]add ernie-3.0 demo (#399)
serving add ernie-3.0 demo
2022-10-20 15:29:47 +08:00

32 lines
381 B
Plaintext

name: "ernie_seqcls_postprocess"
backend: "python"
max_batch_size: 64
input [
{
name: "POST_INPUT"
data_type: TYPE_FP32
dims: [ 15 ]
}
]
output [
{
name: "POST_label"
data_type: TYPE_INT64
dims: [ 1 ]
},
{
name: "POST_confidence"
data_type: TYPE_FP32
dims: [ 1 ]
}
]
instance_group [
{
count: 1
kind: KIND_CPU
}
]