Skip to content

Commit f124f10

Browse files
committed
updated spacing and formatting
1 parent beb19b9 commit f124f10

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/post_training/unit/train_distill_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,7 @@ def __call__(self, x):
671671
# Verify weights HAVE changed
672672
with self.assertRaises(AssertionError, msg="Weights should have updated on the second pass."):
673673
np.testing.assert_allclose(student.linear.kernel.value, initial_weights)
674+
674675
@mock.patch("maxtext.trainers.post_train.distillation.train_distill.distillation_utils.OfflineArrayRecordIterator")
675676
@mock.patch("maxtext.trainers.post_train.distillation.train_distill.MaxTextDistillationTrainer")
676677
@mock.patch("maxtext.trainers.post_train.distillation.train_distill.input_pipeline_interface.create_data_iterator")

0 commit comments

Comments
 (0)