Any workaround for loading a newer version model weight with older verison pytorch

Following DableUTeeF,

In my case, I opened the weight file using vim and noticed that at the end of the first line, there is something like this:

ZZZZZZZZZZZZZZZ4

I just change 4 to 3 and now I can load the model :thinking: :thinking:

I don’t know if it is OK.