[Bugfix] Fix order of arguments matters in config.yaml (#8960)

This commit is contained in:
Andy Dai
2024-10-05 10:35:11 -07:00
committed by GitHub
parent cfadb9c687
commit 5df1834895
4 changed files with 36 additions and 9 deletions

View File

@@ -140,7 +140,7 @@ $ vllm serve SOME_MODEL --config config.yaml
```
---
**NOTE**
In case an argument is supplied using command line and the config file, the value from the commandline will take precedence.
In case an argument is supplied simultaneously using command line and the config file, the value from the commandline will take precedence.
The order of priorities is `command line > config file values > defaults`.
---