No module named 'transformers_modules.LGAI-EXAONE.EXAONE-3'

#1
by Yesimm - opened

Thank you so much for this model. After instruction tuning, I get this error all the time : No module named 'transformers_modules.LGAI-EXAONE.EXAONE-3', how can i fix it?

LG AI Research org

Hello @Yesimm , thank you for asking.

It appears this might be related to an outdated version of the transformers library. Could you please share which version of transformers you're currently using?

To resolve this, you can try either upgrading to the latest version with pip install --upgrade transformers, or installing the specific required version with pip install transformers==4.43.

Please let us know if you encounter any other issues after updating the library.

Sign up or log in to comment