We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 025be2a commit f4e4472Copy full SHA for f4e4472
v03_pipeline/lib/reference_datasets/splice_ai.py
@@ -20,7 +20,7 @@ def get_ht(
20
ht, checkpoint_path = checkpoint(ht)
21
# The default partitions are too big, leading to OOMs.
22
ht = ht.repartition(
23
- int(compute_hail_n_partitions(file_size_bytes(checkpoint_path)) * 10),
+ int(compute_hail_n_partitions(file_size_bytes(checkpoint_path)) * 2),
24
# Note that shuffle=True here, since this is one of the few
25
# cases in the pipeline where we want to increase the number
26
# of partititons.
0 commit comments