Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/MaxText/input_pipeline/synthetic_data_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ def __iter__(self):
def __next__(self):
return next(self.data_generator)

def reset(self):
pass

@staticmethod
def get_place_holder_synthetic_data(config: pyconfig.HyperParameters):
"""fill negative value in synthetic data"""
Expand Down
Loading