[Doc] Remove float32 choice from --lora-dtype (#10348)
Signed-off-by: Xin Yang <xyang19@gmail.com>
This commit is contained in:
parent
b311efd0bd
commit
26908554b2
@ -601,7 +601,7 @@ class EngineArgs:
|
||||
'--lora-dtype',
|
||||
type=str,
|
||||
default=EngineArgs.lora_dtype,
|
||||
choices=['auto', 'float16', 'bfloat16', 'float32'],
|
||||
choices=['auto', 'float16', 'bfloat16'],
|
||||
help=('Data type for LoRA. If auto, will default to '
|
||||
'base model dtype.'))
|
||||
parser.add_argument(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user