Skip to content

Commit 2a6b9e9

Browse files
authored
Update CONTRIBUTING.md (#2747)
* Update CONTRIBUTING.md Update managing data to ask users to put data download logic to download.py instead of Makefile. * Update CONTRIBUTING.md
1 parent d9a0d6b commit 2a6b9e9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,10 @@ training data, or test data. We recommend storing this data in a
8787
commonly-used storage service, such as Amazon S3, and instructing your
8888
users to download the data at the beginning of your tutorial.
8989

90-
The
91-
[Makefile](https://github.com/pytorch/tutorials/blob/main/Makefile)
92-
that we use to build the tutorials contains automation that downloads
93-
required data files.
94-
90+
To download your data add a function to the [download.py](https://github.com/pytorch/tutorials/blob/main/.jenkins/download_data.py)
91+
script. Follow the same pattern as other download functions.
92+
Please do not add download logic to Makefile since they will be
93+
downloaded on all workers.
9594

9695
# Python packages used by your tutorial
9796

0 commit comments

Comments
 (0)