[DOCS] Add engine args documentation (#1741)

This commit is contained in:
Casper
2023-11-22 21:31:27 +01:00
committed by GitHub
parent 094f716bf2
commit a921d8be9d
3 changed files with 119 additions and 0 deletions

View File

@@ -42,6 +42,10 @@ class EngineArgs:
def add_cli_args(
parser: argparse.ArgumentParser) -> argparse.ArgumentParser:
"""Shared CLI arguments for vLLM engine."""
# NOTE: If you update any of the arguments below, please also
# make sure to update docs/source/models/engine_args.rst
# Model arguments
parser.add_argument(
'--model',