diff --git a/composer/trainer/mosaic_fsdp_utils.py b/composer/trainer/mosaic_fsdp_utils.py index 945459df21..6d49fd9311 100644 --- a/composer/trainer/mosaic_fsdp_utils.py +++ b/composer/trainer/mosaic_fsdp_utils.py @@ -737,7 +737,6 @@ def dedup_save_plans(all_plans: List[SavePlan]) -> List[SavePlan]: a set of SavePlans, only the smallest SavePlan in terms of planned storage keeps the entry. """ - print(f"bigning debug my dedup save plan") write_item_to_plan_indices: Dict[MetadataIndex, Set[int]] = defaultdict(set) write_item_idx_to_write_item: Dict[MetadataIndex, WriteItem] = {} for plan_idx, plan in enumerate(all_plans):