mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-26 02:14:06 +08:00
587ffd4caf
serving add ernie-3.0 demo
27 lines
310 B
Protocol Buffer Text Format
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
|
|
}
|
|
]
|