Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 774ebb6

Browse files
authored
Update checkpoint.py typo
1 parent 4a977a5 commit 774ebb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchchat/distributed/checkpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def _load_checkpoints_from_storage(
9696
checkpoint_path,
9797
map_location=builder_args.device,
9898
mmap=True,
99-
weight_only=False,
99+
weights_only=False,
100100
)
101101

102102

0 commit comments

Comments
 (0)