Update model_args.py

Former-commit-id: dade2f083d398f83581d935f44d20dc45244c924
This commit is contained in:
Xu Song 2024-05-31 14:35:48 +08:00 committed by GitHub
parent 72ebcb9a04
commit abe33220bf

View File

@ -107,7 +107,7 @@ class ModelArguments:
)
vllm_maxlen: int = field(
default=2048,
metadata={"help": "Maximum input length of the vLLM engine."},
metadata={"help": "Maximum sequence length of the vLLM engine (including prompt and output)."},
)
vllm_gpu_util: float = field(
default=0.9,