Skip to content

[Usage]: I don't know how to set the maximum number of simultaneous API requests to be processed when calling an API #15609

@Tu1231

Description

@Tu1231

Your current environment

When I execute the following script
docker run --runtime nvidia --gpus all
-v /home/model-tran/models/DeepSeek-R1-Distill-Qwen-32B/:/deepseek-r1-32b
-v ~/.cache/huggingface:/root/.cache/huggingface
--env "HF_HUB_OFFLINE=1"
-p 8000:8000
--ipc=host
-d
vllm/vllm-openai:latest
--gpu-memory-utilization 0.9
--tensor-parallel-size 4
--max-concurrency 20
--model /deepseek-r1-32b
appear
api_server.py: error: unrecognized arguments: --max-concurrency 20

How would you like to use vllm

I want to set the maximum concurrent number of requests for external API calls to VLLM models when there are too many requests

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    usageHow to use vllm

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions