Skip to content

Commit 158b010

Browse files
committed
Merge branch 'Dask-mono-server' of github.com:NVIDIA/NeMo-speech-data-processor into Dask-mono-server
2 parents ab3cfb9 + 39b1d75 commit 158b010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdp/run_processors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def run_processors(cfg):
207207
import dask.bag as db
208208
bag = db.from_sequence(current_entries, partition_size=proc.in_memory_chunksize)
209209

210-
# "collapce" and compute
210+
# "collapse" and compute
211211
current_entries = bag.map(proc.process_dataset_entry).flatten().compute() #flatten()
212212
else:
213213
new_entries = []

0 commit comments

Comments
 (0)