Skip to content

Commit 27ed48c

Browse files
authored
Update recipes_source/recipes/module_load_state_dict_tips.py
1 parent 3bb0207 commit 27ed48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes_source/recipes/module_load_state_dict_tips.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
===================================================
55
66
If you're loading a checkpoint and want to reduce compute and memory as much as possible,
7-
this tutorial shares some recommended practices. In particular, we will discuss
7+
this tutorial shares some recommended practices. In particular, we will discuss the following:
88
99
1. The ``mmap`` keyword argument on ``torch.load``
1010
2. The ``torch.device()`` context manager

0 commit comments

Comments
 (0)