Skip to content

Commit

Permalink
data
Browse files Browse the repository at this point in the history
  • Loading branch information
soldni committed May 23, 2024
1 parent 67b3bda commit 155319c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/dolma/tokenizer/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,7 @@ def __call__(self, num_readers: Optional[int] = None, **process_single_kwargs: A
)

# finally run the processors
fn = self._debug_run_all if self.debug else self._multiprocessing_run_all
fn(
self._run_all(
all_source_paths=source_indices,
all_destination_paths=all_destination_paths,
all_metadata_paths=all_metadata_path,
Expand Down

0 comments on commit 155319c

Please sign in to comment.