Skip to content

Commit d205e16

Browse files
committed
format fix
1 parent 74e8afb commit d205e16

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/maxtext/configs/types.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,8 @@ class Distillation(BaseModel):
11291129
# --- Distillation freezing filter --
11301130
student_params_to_update: None | list = Field(
11311131
None,
1132-
description="a list of model param name templates to finetune in the student model. The other parameters will be frozen if this attribute is non empty)",
1132+
description="a list of model param name templates to finetune in the student model. "
1133+
"The other parameters will be frozen if this attribute is non empty)",
11331134
)
11341135

11351136

0 commit comments

Comments
 (0)