8000 Update · pytorch/pytorch@5648b0a · GitHub
[go: up one dir, main page]

Skip to content

Commit 5648b0a

Browse files
Update
[ghstack-poisoned]
1 parent 21b083d commit 5648b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/serialization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ def _get_wo_message(message: str) -> str:
11291129
)
11301130
else:
11311131
updated_message = (
1132-
f"Weights only load failed. {UNSAFE_MESSAGE}.\n Please file an issue with the following "
1132+
f"Weights only load failed. {UNSAFE_MESSAGE}\n Please file an issue with the following "
11331133
"so that we can make `weights_only=True` compatible with your use case: WeightsUnpickler "
11341134
"error: " + message
11351135
)

0 commit comments

Comments
 (0)
0