ModuleNotFoundError: No module named 'transformers_modules.ai21labs.Jamba-v0'

#17
by hjewr - opened

ModuleNotFoundError: No module named 'transformers_modules.ai21labs.Jamba-v0'

AI21 org

Hi !
Try to upgrade transformers version

You sometimes will have to build from source for the transformers (I did in colab) and a session restart. It'll definitely work though with the latest transformers release

definitely works for me since upgrade to 4.39.3. had the same error beforehand.

!pip install git+https://github.com/huggingface/transformers.git --quiet then restart the kernel

thanks, it works

Sign up or log in to comment