Skip to content

Commit 2690855

Browse files
authored
[Doc] Remove float32 choice from --lora-dtype (#10348)
Signed-off-by: Xin Yang <[email protected]>
1 parent b311efd commit 2690855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/engine/arg_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ def add_cli_args(parser: FlexibleArgumentParser) -> FlexibleArgumentParser:
601601
'--lora-dtype',
602602
type=str,
603603
default=EngineArgs.lora_dtype,
604-
choices=['auto', 'float16', 'bfloat16', 'float32'],
604+
choices=['auto', 'float16', 'bfloat16'],
605605
help=('Data type for LoRA. If auto, will default to '
606606
'base model dtype.'))
607607
parser.add_argument(

0 commit comments

Comments
 (0)