mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 17:15:23 +08:00
[Minor] Fix typo (#2166)
Co-authored-by: John-Saxon <zhang.xiangxuan@oushu.com>
This commit is contained in:
parent
08133c4d1a
commit
bbe4466fd9
@ -159,7 +159,7 @@ class EngineArgs:
|
|||||||
parser.add_argument('--gpu-memory-utilization',
|
parser.add_argument('--gpu-memory-utilization',
|
||||||
type=float,
|
type=float,
|
||||||
default=EngineArgs.gpu_memory_utilization,
|
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')
|
'the model executor')
|
||||||
parser.add_argument('--max-num-batched-tokens',
|
parser.add_argument('--max-num-batched-tokens',
|
||||||
type=int,
|
type=int,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user