We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb5732 commit 6abb558Copy full SHA for 6abb558
Makefile
@@ -87,8 +87,9 @@ download:
87
unzip -o $(DATADIR)/PennFudanPed.zip -d intermediate_source/data/
88
89
download-last-reviewed-json:
90
+ @echo "Downloading tutorials-review-data.json..."
91
curl -o tutorials-review-data.json https://raw.githubusercontent.com/pytorch/tutorials/refs/heads/last-reviewed-data-json/tutorials-review-data.json
-
92
+ @echo "Finished downloading tutorials-review-data.json."
93
docs:
94
make download
95
make download-last-reviewed-json
0 commit comments