You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the latest version of esmc (esmc==3.2.0), the code "model = ESMC.from_pretrained("esmc_300m")" throws the following error: AttributeError: property 'cls_token' of 'EsmSequenceTokenizer' object has no setter.
Currently, there appears to be no solution available online, and we can only wait for the developers to explain or fix the issue. Based on testing, the error does not occur when the esm version is below 3.1.5, but it consistently occurs with version 3.1.5 or above. The current workaround is to downgrade esm to version 3.1.4. Does anyone have a better solution?