Skip to content

Commit 6abb558

Browse files
committed
Update
1 parent deb5732 commit 6abb558

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ download:
8787
unzip -o $(DATADIR)/PennFudanPed.zip -d intermediate_source/data/
8888

8989
download-last-reviewed-json:
90+
@echo "Downloading tutorials-review-data.json..."
9091
curl -o tutorials-review-data.json https://raw.githubusercontent.com/pytorch/tutorials/refs/heads/last-reviewed-data-json/tutorials-review-data.json
91-
92+
@echo "Finished downloading tutorials-review-data.json."
9293
docs:
9394
make download
9495
make download-last-reviewed-json

0 commit comments

Comments
 (0)