-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
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
TrainingArguments missing 'mp_plugin' #768
Comments
Hi @michaelbenayoun |
@michaelbenayoun |
Hi Eyal, |
@michaelbenayoun any update 🤗 ? |
Indeed |
Thanks for the reply |
indeed – feel free to suggest a quick PR to improve the doc! |
# What does this PR do? Fixes #768
System Info
Who can help?
ping @michaelbenayoun 😉
Getting
AttributeError: 'TrainingArguments' object has no attribute 'mp_plugin'
with a simple training scripttrain.py
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction (minimal, reproducible, runnable)
Looking at
optimum
source code - this makes total senseoptimum/neuron/trainers.py
at L292As
self.args
type IsTrainingArguments
which doesn't havemp_plugin
Expected behavior
To work and start training similar to using the regular
Trainer
fromtransformers
packageThe text was updated successfully, but these errors were encountered: