Skip to content

Commit

Permalink
remove breakpoint, oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Sordoni committed Aug 5, 2024
1 parent cd7dbc6 commit 0510f31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/modular_llm/get_clusters.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ def add_cluster_id(example):
subset_dataset = subset_dataset.map(
add_cluster_id, batched=True, batch_size=args.batch_size
)
breakpoint()
DatasetLibrary.push_dataset(
subset_dataset,
f"local://{args.output_dir}/subset-clusters-{args.num_clusters}-{datetime.now().isoformat()}",
Expand Down

0 comments on commit 0510f31

Please sign in to comment.