We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config = RoFormerTokenizer.from_pretrained(XXX) ModuleNotFoundError: No module named 'transformers.models.imagegpt' 使用transformers的没有错误
The text was updated successfully, but these errors were encountered:
更新一下transformers到4.12.5 试试
Sorry, something went wrong.
您好,我的roformer版本是0.3.0,transformers是4.12.5
我的正常,你可以重新装一下这两个库。
重装了,还是不行,我在docker里也搞了,一样出错
No branches or pull requests
config = RoFormerTokenizer.from_pretrained(XXX)
ModuleNotFoundError: No module named 'transformers.models.imagegpt'
使用transformers的没有错误
The text was updated successfully, but these errors were encountered: