Skip to content

Commit 4e486c4

Browse files
Update docs/quickstarts/pytorch.mdx
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent ea539ce commit 4e486c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstarts/pytorch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ default it’s tuned for high throughput (e.g. ~10 Gbps target with multi-part
124124
downloads) and typically doesn’t need adjustment. We enabled
125125
enable_sharding=True so that if we use multiple data-loading workers, the
126126
dataset will automatically partition the data among them (more on this in
127-
section 4).
127+
section 5).
128128

129129
**Map-Style Example (optional)**: If you wanted to use a map-style dataset
130130
instead, you would call `S3MapDataset.from_prefix` similarly. For example:

0 commit comments

Comments
 (0)