Skip to content

Commit

Permalink
[Minor] Fix typo (vllm-project#2166)
Browse files Browse the repository at this point in the history
Co-authored-by: John-Saxon <[email protected]>
  • Loading branch information
oushu1zhangxiangxuan1 and John-Saxon authored Dec 18, 2023
1 parent 08133c4 commit bbe4466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/engine/arg_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def add_cli_args(
parser.add_argument('--gpu-memory-utilization',
type=float,
default=EngineArgs.gpu_memory_utilization,
help='the percentage of GPU memory to be used for'
help='the percentage of GPU memory to be used for '
'the model executor')
parser.add_argument('--max-num-batched-tokens',
type=int,
Expand Down

0 comments on commit bbe4466

Please sign in to comment.