Skip to content

Commit ce71603

Browse files
Merge pull request #2623 from AI-Hypercomputer:aireen/fix_eval_reset
PiperOrigin-RevId: 831481205
2 parents 5bf1573 + 8a90108 commit ce71603

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/MaxText/input_pipeline/synthetic_data_processing.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ def __iter__(self):
9494
def __next__(self):
9595
return next(self.data_generator)
9696

97+
def reset(self):
98+
pass
99+
97100
@staticmethod
98101
def get_place_holder_synthetic_data(config: pyconfig.HyperParameters):
99102
"""fill negative value in synthetic data"""

0 commit comments

Comments
 (0)