diff --git a/src/levanter/data/mixture.py b/src/levanter/data/mixture.py index 3612a27bd..aeb28189b 100644 --- a/src/levanter/data/mixture.py +++ b/src/levanter/data/mixture.py @@ -44,7 +44,6 @@ def __init__( if stop_strategy not in [StopStrategy.FIRST_STOP_STRATEGY, StopStrategy.ALL_STOP_STRATEGY]: raise ValueError(f"Stop strategy {stop_strategy} is not supported.") - print(f"=== class MixtureDataset: self.datasets.keys() = {self.datasets.keys()}, self.weights = {self.weights}, stop_strategy = {stop_strategy} ===") self.stop_strategy = stop_strategy if not isinstance(key, int):