OpenChatKit icon indicating copy to clipboard operation
OpenChatKit copied to clipboard

PytorchStreamReader failed reading zip archive: failed finding central directory

Open kiritoyu opened this issue 1 year ago • 4 comments

Anyone know how to issue this exception? image

I have tried use_new_zipfile_serialization=False, but it doesn't work: image

kiritoyu avatar Mar 19 '23 12:03 kiritoyu

Anyone know how to issue this exception? image

I have tried use_new_zipfile_serialization=False, but it doesn't work: image

did you find some way to fix this?

joydchh avatar Mar 23 '23 07:03 joydchh

I met the same issue

zp2459 avatar Mar 23 '23 07:03 zp2459

i found the problem is because of the corrupt tmp weights file. you can check if there is something simliar. Pasted Graphic 25

Delete the related 3 files, and execute prepare.py again to trigger re-download the files.

joydchh avatar Mar 23 '23 13:03 joydchh

Thanks for reporting this. This was the base model? I wonder if we can detect this automatically and recommend redownloading the base model.

csris avatar Mar 23 '23 16:03 csris