vllm icon indicating copy to clipboard operation
vllm copied to clipboard

[Performance]: V0.6.0 version of the model, benchmarking found that the number of successful responses accounted for half of the number of requests, which is why

Open Amber-Believe opened this issue 1 year ago • 4 comments

Proposal to improve performance

No response

Report of performance regression

No response

Misc discussion on performance

No response

Your current environment (if you think it is necessary)

The output of `python collect_env.py`

Before submitting a new issue...

  • [X] Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.

Amber-Believe avatar Sep 11 '24 01:09 Amber-Believe

企业微信截图_17259622432984 In the v0.6.0 model, the total number of requests is 1000, -- the request-rate is 100, 1) only half of the requests are successfully responded to, why do so many fail? At the same time, check the output length, found that the output length is only 502 non-empty replies, 2) That is to say, the successful response is also None, what is the reason.

Amber-Believe avatar Sep 11 '24 07:09 Amber-Believe

cc @KuntaiDu

youkaichao avatar Sep 11 '24 15:09 youkaichao

@Amber-Believe make sure you follow https://github.com/vllm-project/vllm/issues/8176

youkaichao avatar Sep 11 '24 15:09 youkaichao

@Amber-Believe确保你关注了#8176

Hello, so the meaning here is that the number of successful responses is only half due to the problem of the multi-step scheduler (--num-scheduler-steps 10)?

Amber-Believe avatar Sep 12 '24 02:09 Amber-Believe

IIRC vLLM's request buffer size is not large enough to hold 1000 requests. Try use 500 requests instead.

KuntaiDu avatar Sep 20 '24 03:09 KuntaiDu

And also would be great if you could use latest vLLM version, there are several stabiliy-related bug fixes there.

KuntaiDu avatar Sep 20 '24 03:09 KuntaiDu

Okay, I'll try the new version of vllm

Amber-Believe avatar Sep 20 '24 03:09 Amber-Believe

This issue has been automatically marked as stale because it has not had any activity within 90 days. It will be automatically closed if no further activity occurs within 30 days. Leave a comment if you feel this issue should remain open. Thank you!

github-actions[bot] avatar Dec 20 '24 01:12 github-actions[bot]

This issue has been automatically closed due to inactivity. Please feel free to reopen if you feel it is still relevant. Thank you!

github-actions[bot] avatar Jan 19 '25 02:01 github-actions[bot]