We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c6db2 commit 55f6a7cCopy full SHA for 55f6a7c
1 file changed
verl/utils/fsdp_utils.py
@@ -69,7 +69,7 @@ def get_fsdp_wrap_policy(model: PreTrainedModel, is_lora_model=False):
69
70
policies = []
71
72
- # Add lambda policy for LoRA modules if is_lora is True
+ # Add lambda policy for LoRA modules if is_lora_model is True
73
if is_lora_model:
74
75
def lambda_policy_fn(module):
0 commit comments