Skip to content

Commit 267dab9

Browse files
committed
Fix reference to DCP
1 parent 2f2db74 commit 267dab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes_source/distributed_checkpoint_recipe.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ the intent is to save or load in "non-distributed" style, meaning entirely in th
263263
}
264264
265265
# since no progress group is initialized, DCP will disable any collectives.
266-
dcp.load(
266+
DCP.load(
267267
state_dict=state_dict,
268268
checkpoint_id=CHECKPOINT_DIR,
269269
)

0 commit comments

Comments
 (0)