Closed FrancescoSaverioZuppichini closed 3 years ago
Describe the bug When loading some models, I get the following error
UnpicklingError: invalid load key, '\x0a'.
To Reproduce Steps to reproduce the behavior:
model = AutoModel.from_pretrained("regnetx_008")
Expected behavior It should work
Additional context Probably caused by the new torch version 1.19
1.19
fixed by updating to the latest version!
Describe the bug When loading some models, I get the following error
To Reproduce Steps to reproduce the behavior:
Expected behavior It should work
Additional context Probably caused by the new torch version
1.19