Skip to content

Commit 8c59aca

Browse files
committed
Update
Signed-off-by: Jingyu Xin <[email protected]>
1 parent ac164c0 commit 8c59aca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modelopt/torch/peft/config.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ class PEFTConfig(ModeloptBaseConfig):
153153
)
154154

155155
freeze_lora_weights: bool = ModeloptField(
156-
default=True,
157-
title="Placeholder",
158-
description="Placeholder",
156+
default=False,
157+
title="Freeze lora weights during training",
158+
description="Whether to freeze the lora model weights; in most cases, this should be set to False.",
159159
validate_default=True,
160160
)
161161

0 commit comments

Comments
 (0)