You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/maxtext/configs/types.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1129,7 +1129,8 @@ class Distillation(BaseModel):
1129
1129
# --- Distillation freezing filter --
1130
1130
student_params_to_update: None|list=Field(
1131
1131
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)",
0 commit comments