Open ivssh opened 2 months ago
It seems there is incompatibility between the version of the transformers package and the model you're trying to import (dunzhang/stella_en_400M_v5).
Specifically, it seems that the model's configuration is expecting an attribute (_attn_implementation) that your current version of the transformers library doesn't support.
Sometimes custom models may have unique configurations that aren't fully supported by certain versions of transformers may be attempt to upgrade or update and see if that fixes the problem.
I think newer versions of the transformers package aren't compatible with eland, Eland needs to bump up the versions so that the above may work.
I am trying to import the aforesaid model using the following command:
I am getting the below error, I suspect it has something to do with the version of
transformers
package being used. Do I need to upgrade?