Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
bigning committed May 9, 2024
1 parent 60577d3 commit d8cc4c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion composer/trainer/mosaic_fsdp_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit d8cc4c2

Please sign in to comment.