-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Make it explicit that PyTorchStreamReader miniz errors likely indicate corrupt checkpoint #170244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make it explicit that PyTorchStreamReader miniz errors likely indicate corrupt checkpoint #170244
Conversation
…upt checkpoint [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/170244
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 42c3c1b with merge base c744313 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
…dicate corrupt checkpoint" [ghstack-poisoned]
…dicate corrupt checkpoint" Error message ``` *** RuntimeError: PytorchStreamReader failed reading file .format_version: invalid header or archive is corrupted. This is an internal miniz error. If you are seeing this error, there is a high likelihood that your checkpoint file is corrupted. This can happen if the checkpoint was not saved properly, was transferred incorrectly, or the file was modified after saving. ``` [ghstack-poisoned]
albanD
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
…e corrupt checkpoint (pytorch#170244) Error message ``` *** RuntimeError: PytorchStreamReader failed reading file .format_version: invalid header or archive is corrupted. This is an internal miniz error. If you are seeing this error, there is a high likelihood that your checkpoint file is corrupted. This can happen if the checkpoint was not saved properly, was transferred incorrectly, or the file was modified after saving. ``` Pull Request resolved: pytorch#170244 Approved by: https://github.com/albanD
Error message
Stack from ghstack (oldest at bottom):
cc @albanD