OpenChatKit
OpenChatKit copied to clipboard
PytorchStreamReader failed reading zip archive: failed finding central directory
Anyone know how to issue this exception?
I have tried use_new_zipfile_serialization=False, but it doesn't work:
Anyone know how to issue this exception?
I have tried use_new_zipfile_serialization=False, but it doesn't work:
did you find some way to fix this?
I met the same issue
i found the problem is because of the corrupt tmp weights file. you can check if there is something simliar.
Delete the related 3 files, and execute prepare.py again to trigger re-download the files.
Thanks for reporting this. This was the base model? I wonder if we can detect this automatically and recommend redownloading the base model.