Hi, I'm trying to run the ESMFold2 example from the README, but the following import fails:
from transformers.models.esmfold2.modeling_esmfold2 import ESMFold2Model
with
ModuleNotFoundError: No module named 'transformers.models.esmfold2'
I have already upgraded to the latest available transformers release via pip, but the esmfold2 module is still missing.
Does this mean ESMFold2 is currently intended to be used only through the client/API? Is it possible to run ESMFold2 locally, and if so, is there any documentation or installation guide for doing that?
Thanks!
Hi, I'm trying to run the ESMFold2 example from the README, but the following import fails:
from transformers.models.esmfold2.modeling_esmfold2 import ESMFold2Modelwith
ModuleNotFoundError: No module named 'transformers.models.esmfold2'I have already upgraded to the latest available transformers release via pip, but the esmfold2 module is still missing.
Does this mean ESMFold2 is currently intended to be used only through the client/API? Is it possible to run ESMFold2 locally, and if so, is there any documentation or installation guide for doing that?
Thanks!