Skip to content

Why does my tirton service response time keep increasing at high QPM? #8317

@CarlLinGitHub

Description

@CarlLinGitHub
Image

The vertical axis is ms, QPM=2000. Model work on the service is a xlm-roberta-large.onnx with dynamic batch_size and squence_length.

Here is the config.pbtxt.

`name: "xlm-roberta-large-onnx"
backend: "onnxruntime"
dynamic_batching {
}
max_batch_size: 16

input [
{
name: "input_ids"
data_type: TYPE_INT64
dims: [-1]
},
{
name: "attention_mask"
data_type: TYPE_INT64
dims: [-1]
}
]

output [
{
name: "embeds"
data_type: TYPE_FP32
dims: [512]
}
]

instance_group [
{
count: 1
kind: KIND_GPU
}
]

parameters {
key: "execution_mode"
value: { string_value: "1" }
}`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions