Skip to content

Commit f4e4472

Browse files
committed
lower partitions
1 parent 025be2a commit f4e4472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/lib/reference_datasets/splice_ai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def get_ht(
2020
ht, checkpoint_path = checkpoint(ht)
2121
# The default partitions are too big, leading to OOMs.
2222
ht = ht.repartition(
23-
int(compute_hail_n_partitions(file_size_bytes(checkpoint_path)) * 10),
23+
int(compute_hail_n_partitions(file_size_bytes(checkpoint_path)) * 2),
2424
# Note that shuffle=True here, since this is one of the few
2525
# cases in the pipeline where we want to increase the number
2626
# of partititons.

0 commit comments

Comments
 (0)