Skip to content

Commit 7c351dd

Browse files
committed
Update base for Update on "Fixing tutorial with DataLoader"
Updating the tutorial and README with more relevant/correct information. Minor fix to one part of `MapDataPipe` documentation as well. Fixes #352 Differential Revision: [D36645515](https://our.internmc.facebook.com/intern/diff/D36645515) [ghstack-poisoned]
2 parents 24ff1b5 + ec83d11 commit 7c351dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_remote_io.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ def test_s3_io_iterdatapipe(self):
197197
)
198198
return
199199

200+
# TODO: Skip the following tests due to https://github.com/pytorch/data/issues/460
201+
return
202+
200203
# S3FileLister: different inputs
201204
input_list = [
202205
[["s3://ai2-public-datasets"], 71], # bucket without '/'

0 commit comments

Comments
 (0)