Skip to content

Commit

Permalink
set default
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli committed Jul 17, 2024
1 parent 0641666 commit 9b4b807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/litdata/utilities/shuffle.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def _associate_chunks_and_internals_to_workers(
distributed_env: _DistributedEnv,
indexes: Any,
chunk_intervals: List[Interval],
drop_last: bool,
drop_last: bool = False,
num_workers: int = 1,
batch_size: int = 1,
) -> Tuple[List[List[int]], List[Any]]:
Expand Down

0 comments on commit 9b4b807

Please sign in to comment.