Files
FastDeploy/llm/server/config/config.pbtxt
2024-08-29 19:38:11 +08:00

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 }]