[Frontend] Move CLI code into vllm.cmd package (#12971)

This commit is contained in:
Russell Bryant
2025-02-13 02:12:21 -05:00
committed by GitHub
parent 04f50ad9d1
commit d46d490c27
9 changed files with 348 additions and 205 deletions

View File

@@ -66,7 +66,7 @@ This server can be started using the `vllm serve` command.
vllm serve <model>
```
The code for the `vllm` CLI can be found in <gh-file:vllm/scripts.py>.
The code for the `vllm` CLI can be found in <gh-file:vllm/entrypoints/cli/main.py>.
Sometimes you may see the API server entrypoint used directly instead of via the
`vllm` CLI command. For example: