mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-24 23:15:01 +08:00
[Bugfix] Fix block size validation (#10938)
This commit is contained in:
parent
da6f409246
commit
69ba344de8
@ -425,7 +425,7 @@ class EngineArgs:
|
||||
parser.add_argument('--block-size',
|
||||
type=int,
|
||||
default=EngineArgs.block_size,
|
||||
choices=[8, 16, 32, 64, 128],
|
||||
choices=[8, 16, 32],
|
||||
help='Token block size for contiguous chunks of '
|
||||
'tokens. This is ignored on neuron devices and '
|
||||
'set to max-model-len')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user