We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac164c0 commit 8c59acaCopy full SHA for 8c59aca
modelopt/torch/peft/config.py
@@ -153,9 +153,9 @@ class PEFTConfig(ModeloptBaseConfig):
153
)
154
155
freeze_lora_weights: bool = ModeloptField(
156
- default=True,
157
- title="Placeholder",
158
- description="Placeholder",
+ default=False,
+ title="Freeze lora weights during training",
+ description="Whether to freeze the lora model weights; in most cases, this should be set to False.",
159
validate_default=True,
160
161
0 commit comments