-
-
Notifications
You must be signed in to change notification settings - Fork 257
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
ValueError: Unpack failed: incomplete input #4
Comments
same, macos 12.2, python 3.8 |
+1 |
I think this is a duplicate of #1 |
@kuprel Not the same file. This one is for dalle_bart_mini and being downloaded with wandb. |
does the suggestion in #31 work? |
There are 2 problems causing undetected bad downloads:
The problem went away after I manually downloaded flax_model.msgpack with a web browser. I suspect a lot of people getting msgpack deserializing errors are getting them from silently-failed downloads caused by the above problems, so fixing the silent failure would prevent further similar issues from being reported and wasting time. I'm not familiar with |
I just added back |
I suppose the main issue now is the silent failure in |
Closing this since the flax model was moved |
Got this error on Ubuntu 20.04 with Python 3.8.10.
pretrained/dalle_bart_mini/flax_model.msgpack
was somehow not deserializing properly.The text was updated successfully, but these errors were encountered: