mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
21 lines
273 B
Plaintext
21 lines
273 B
Plaintext
backend: "python"
|
|
max_batch_size: 0
|
|
model_transaction_policy {
|
|
decoupled: True
|
|
}
|
|
input [
|
|
{
|
|
name: "IN"
|
|
data_type: TYPE_STRING
|
|
dims: [ 1 ]
|
|
}
|
|
]
|
|
output [
|
|
{
|
|
name: "OUT"
|
|
data_type: TYPE_STRING
|
|
dims: [ 1 ]
|
|
}
|
|
]
|
|
instance_group [{ kind: KIND_CPU }]
|