mirror of https://github.com/vllm-project/vllm.git
10 lines
335 B
Markdown
10 lines
335 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][completions-api] and [input arguments][sampling-params]
|
|
- [Engine arguments](./engine_args.md)
|
|
- [Environment variables](./env_vars.md)
|