Skip to content
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

[Performance]: VLLM 请求数量过多时太慢 #9474

Open
1 task done
lxb0425 opened this issue Oct 17, 2024 · 0 comments
Open
1 task done

[Performance]: VLLM 请求数量过多时太慢 #9474

lxb0425 opened this issue Oct 17, 2024 · 0 comments
Labels
performance Performance-related issues

Comments

@lxb0425
Copy link

lxb0425 commented Oct 17, 2024

Your current environment

The output of `python collect_env.py`

How would you like to use vllm

我正在使用一张A100 部署的72B量化模型 这是启动脚本
python -m vllm.entrypoints.openai.api_server --host 0.0.0.0 --max-model-len 9000 --served-model-name chat-yzq --model /workspace/chat-v1-Int4 --enforce-eager --tensor-parallel-size 1 --gpu-memory-utilization 0.85

当1天有1万次请求时 回复会变得非常缓慢 有什么办法吗

Before submitting a new issue...

  • 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.
@lxb0425 lxb0425 added the usage How to use vllm label Oct 17, 2024
@DarkLight1337 DarkLight1337 added performance Performance-related issues and removed usage How to use vllm labels Oct 18, 2024
@DarkLight1337 DarkLight1337 changed the title [Usage]: VLLM 请求数量过多时太慢 [Performance]: VLLM 请求数量过多时太慢 Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance-related issues
Projects
None yet
Development

No branches or pull requests

2 participants