[Minor] Fix typo (#2166)

Co-authored-by: John-Saxon <zhang.xiangxuan@oushu.com>
This commit is contained in:
JohnSaxon
2023-12-18 15:28:49 +08:00
committed by GitHub
parent 08133c4d1a
commit bbe4466fd9

View File

@ -159,7 +159,7 @@ class EngineArgs:
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,