Closed etiur closed 2 years ago
Hi, thanks for your question!
This is due to a bug introduced in torch hub loading (https://github.com/pytorch/pytorch/issues/43106).
We actually have a workaround in https://github.com/facebookresearch/esm/blob/main/esm/pretrained.py#L27-L39
So with the latest version on current esm main
branch, this should be resolved.
feel free to re-open if updating esm
doesn't resolve the issue.
Description I am trying to get the pretrained models to generate features for my machine learning models so I wanted to download both esm1b_t33_650M_UR50S and esm_msa1b_t12_100M_UR50S. I had no problems with ESM1b but when downloading MSA-ESM1b it gave error. I tried both functions
Version This is the pytorch version I am using, and in the requirements only said pytorch >= 1.5
Logs This is the error that appears