-
Notifications
You must be signed in to change notification settings - Fork 98
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
safetensors_rust.SafetensorError: Error while deserializing header: HeaderTooLarge #85
Comments
I'm getting the same error, quick google search say's it's an issue with the archive the weights are stored in. |
Traceback (most recent call last): facing the same problem too |
Hello, The git lfs pull --include="<files to download>" --exclude="<files to exclude>" Replace |
edit: this worked, the issue was an incorrectly downloaded flan-t5 checkpoint, not the motiongpt checkpoint. Thanks! |
|
An issue arises in the code at line 3284 of modeling_utils.py, specifically with the following snippet:
Have you encountered this error before, and do you have any insights into its cause?
The text was updated successfully, but these errors were encountered: