Skip to content

Continuous batching load test limited at 75 VU with 1x3090 #3160

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

Closed
Kev1ntan opened this issue Mar 3, 2024 · 2 comments
Closed

Continuous batching load test limited at 75 VU with 1x3090 #3160

Kev1ntan opened this issue Mar 3, 2024 · 2 comments
Labels
stale Over 90 days of inactivity

Comments

@Kev1ntan
Copy link

Kev1ntan commented Mar 3, 2024

Hi, i am doing a load test on vllm server. below is the way to reproduce:

instance: 1xRTX 3090

load test tool: k6

server command:
python -m vllm.entrypoints.api_server --model mistralai/Mistral-7B-v0.1 --disable-log-requests --port 9009 --max-num-seqs 500

then run k6 with 100 VU:

export const options = {
  vus: 100, // simulate 100 virtual users
  duration: '60s', // running the test for 60 seconds
};

i tried to adjust the --max-num-seqs and --max-num-batched-tokens but still cant pass 100 VU. is there any best config for the server?

any help is appreciate, thank you.

Copy link

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 github-actions bot added the stale Over 90 days of inactivity label Oct 30, 2024
Copy link

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 github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Over 90 days of inactivity
Projects
None yet
Development

No branches or pull requests

1 participant