Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pipeline parallel fails at high load #41

Open
yunoJ opened this issue Sep 4, 2024 · 1 comment
Open

pipeline parallel fails at high load #41

yunoJ opened this issue Sep 4, 2024 · 1 comment

Comments

@yunoJ
Copy link

yunoJ commented Sep 4, 2024

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?

@AgrawalAmey
Copy link
Contributor

@yunoJ we are aware of some regressions in pipeline parallelism. i will port the fix from our internal repository sometime soon. we have some other optimizations which are tied to those fixes, which we need to merge first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants