You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a server with +10 GPU's, and over 1TB of RAM. I'm current running Mistral Small Instruct with vLLM v0.8.0 in Docker.
In v0.8.0 a new command for running benchmarks was added, when running these I get pretty much the same performance from running:
The only difference I see is that the logs say I have a way bigger KV cache size. Throughput wise I'm getting the same tokens generated and Req/s.
These are the flags i'm using:
What am I missing? Why is the throughput not increasing, is this a vLLM issue or a
vllm bench serve
issue?Is there any way of using some of that RAM to help vLLM? Right now the system is barely using 10GB of RAM.
Beta Was this translation helpful? Give feedback.
All reactions