From 8d82a9cba1c1cdc6c9045db95c19ea685ca6713f Mon Sep 17 00:00:00 2001 From: Ivan Zhou Date: Tue, 13 Feb 2024 04:42:57 +0000 Subject: [PATCH] remove debug --- src/levanter/data/mixture.py | 1 - 1 file changed, 1 deletion(-) 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):