Skip to content

Commit 76bb213

Browse files
committed
1 parent f99e9e8 commit 76bb213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/nn_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
PATH.mkdir(parents=True, exist_ok=True)
5151

52-
URL = "https://github.com/pytorch/tutorials/raw/main/_static/"
52+
URL = "https://github.com/pytorch/tutorials/raw/refs/heads/main/_static/"
5353
FILENAME = "mnist.pkl.gz"
5454

5555
if not (PATH / FILENAME).exists():

0 commit comments

Comments
 (0)