Getting an error “UnpicklingError: invalid load key, 'v'.” in Pytorch model deploying in Streamlit

hey @ptrblck, thanks for replying.
Indeed the problem is related to improper download of the torch file, When I try to access the .pth file(168 MB) through git lfs, it just gives a log file of 12 kb, that is why the error occurs.

So, I was thinking of what is another way to download a weights file, either drive or something else