Skip to content

Commit f322987

Browse files
authored
fix docstring typo (#2072)
1 parent 7843286 commit f322987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/accelerate/data_loader.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ class DataLoaderShard(DataLoader, DataLoaderStateMixin):
406406
- `"generator"`: an optional `torch.Generator`
407407
synchronized_generator (`torch.Generator`, *optional*):
408408
A random number generator to keep synchronized across processes.
409-
split_batches (`int`, *optional*, defaults to 0):
409+
skip_batches (`int`, *optional*, defaults to 0):
410410
The number of batches to skip at the beginning.
411411
kwargs:
412412
All other keyword arguments to pass to the regular `DataLoader` initialization.

0 commit comments

Comments
 (0)