Skip to content

pipeline parallel fails at high load #41

Description

@yunoJ

Hi team,

I've been stress-testing Sarathi and pipeline parallel doesn't pass the assert statement

during the middle of the execution.

The CLI arguments I'm passing to sarathi/benchmark/main.py are:

python main.py  \
    --synthetic_request_generator_config_num_requests 1000   \
    --parallel_config_tensor_parallel_size 1   \
    --parallel_config_pipeline_parallel_size 4    \
    --interval_generator_config_type POISSON \
    --poisson_request_interval_generator_config_qps 100000

I think there might be a bug in the scheduler. Would you mind helping me out?

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