safetensors_rust.SafetensorError: Error while deserializing header: MetadataIncompleteBuffer
#1
by
wantedace
- opened
I'm glad to see you share your work here, but I have a question. When I load the model, I always encounter the following error:
safetensors_rust.SafetensorError: Error while deserializing header: MetadataIncompleteBuffer
I suspect the issue is not with a damaged weight file, but after checking, I found that the sha256 checksum of the local weight file matches the one provided on the webpage. Could the original weight file still be corrupted?