hyunwoongko / openchat

OpenChat: Easy to use opensource chatting framework via neural networks
Apache License 2.0
437 stars 57 forks source link

ImportError: cannot import name 'BlenderbotSmallForConditionalGeneration' from 'transformers' (/opt/conda/lib/python3.8/site-packages/transformers/__init__.py) #4

Closed minhson-kaist closed 3 years ago

minhson-kaist commented 3 years ago

Hello,

Thanks for releasing your work. When trying to import openchat, I found this error. I think it is because transformers library did not support BlenderbotSmallForConditionalGeneration anymore. Do you have any ideas for that?

hyunwoongko commented 3 years ago

What version of you transformers?

minhson-kaist commented 3 years ago

I'm using 4.3.3, It satisfies the requirements in the installation

hyunwoongko commented 3 years ago

Ok. I see. I'll change requirements. thanks!

minhson-kaist commented 3 years ago

Thanks for your quick response.