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
https://github.com/huggingface/transformers/blob/1689aea73346816b936b84932e12b774974e61a6/src/transformers/utils/logging.py#L291 The transformer package now monkey-patches the global Logger object, which gets undone when we initialize our own logging. Do a quick fix to at least let their specific attributes continue to work.
When this error occurs, you would see this when trying to load a model into Oobabooga, only when oobabot-plugin is loaded:
oobabot-plugin
line 135, in init logger.warning_once( AttributeError: ‘Logger’ object has no attribute ‘warning_once’
The text was updated successfully, but these errors were encountered:
fixed in 84017e7
Going to push 0.2.2 soon to distribute the fix, as it's a severe regression.
Sorry, something went wrong.
chrisrude
No branches or pull requests
https://github.com/huggingface/transformers/blob/1689aea73346816b936b84932e12b774974e61a6/src/transformers/utils/logging.py#L291
The transformer package now monkey-patches the global Logger object, which gets undone when we initialize our own logging. Do a quick fix to at least let their specific attributes continue to work.
When this error occurs, you would see this when trying to load a model into Oobabooga, only when
oobabot-plugin
is loaded:The text was updated successfully, but these errors were encountered: