forked from Karylab-cklius/vllm
Signed-off-by: wang.yuqi <yuqi.wang@daocloud.io> Signed-off-by: wang.yuqi <noooop@126.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com> Co-authored-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
10 lines
411 B
Markdown
10 lines
411 B
Markdown
# Configuration Options
|
|
|
|
This section lists the most common options for running vLLM.
|
|
|
|
There are three main levels of configuration, from highest priority to lowest priority:
|
|
|
|
- [Request parameters](../serving/online_serving/openai_compatible_server.md#completions-api) and [input arguments](../api/README.md#inference-parameters)
|
|
- [Engine arguments](./engine_args.md)
|
|
- [Environment variables](./env_vars.md)
|