I'm testing the speed of Llama-3.1-SwiftKV-8B-Instruct with aiperf. Currently, I'm testing with an input length of 32 and an output length of 30. As I gradually increase the concurrency, the test hangs at some point, and after 5 minutes, an RPC timeout error occurs.
When the hang occurs, message shm_broadcast.py:466] No available shared memory broadcast block found in 60 seconds. This typically happens when some processes are hanging or doing some time-consuming work (e.g. compilation). appears.
Setting the suffix option to false makes it a bit slower, but works well regardless of concurrency.
Any ideas?
I'm testing the speed of Llama-3.1-SwiftKV-8B-Instruct with
aiperf. Currently, I'm testing with an input length of 32 and an output length of 30. As I gradually increase the concurrency, the test hangs at some point, and after 5 minutes, an RPC timeout error occurs.When the hang occurs, message
shm_broadcast.py:466] No available shared memory broadcast block found in 60 seconds. This typically happens when some processes are hanging or doing some time-consuming work (e.g. compilation).appears.Setting the suffix option to false makes it a bit slower, but works well regardless of concurrency.
Any ideas?