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

27 lines
310 B
Protocol Buffer Text Format

name: "ernie_tokencls_postprocess"
backend: "python"
max_batch_size: 64
input [
{
name: "POST_INPUT"
data_type: TYPE_FP32
dims: [ -1, 7 ]
}
]
output [
{
name: "POST_OUTPUT"
data_type: TYPE_STRING
dims: [ 1 ]
}
]
instance_group [
{
count: 1
kind: KIND_CPU
}
]