ray-project / llmperf

LLMPerf is a library for validating and benchmarking LLMs
Apache License 2.0
470 stars 69 forks source link

llmperf not working for concurrent users #34

Open nkanike07 opened 4 months ago

nkanike07 commented 4 months ago

Hi, We facing issue with llmperf when setting concurrent_users more than 1 user. The code gets stuck and doesnot progress further even after few mins. Attached screenshot below.

image

After sometime (~5mins) it fails with below error: (we set 2 concurrent users)

image

We checked even memory and cpu cosumption and we have still 75% available bandwidth to support.

Could someone please help us here to proceed further on this perf testing?

Thanks, Nihar