Replies: 2 comments 2 replies
-
|
My hero👍 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi @endoedgar thanks for report, Have you verified that the accelerate config is set use_dynamo to NO, or it will always raise an error no matter dynamo or not. Likely fixed with huggingface/accelerate@e6e7175 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was running some training and had to move to another machine, but got an weird issue that never happened before:
If you see this issue and don't want to waste your time like me, it is because Accelerate version 1.7.0 has been released a few hours ago and caused some breaking changes with this code.
To make it work again, make sure you change the
"accelerate>=0.33.0",to
"accelerate<=1.6.0",in your dependencies property of the
pyproject.tomlfile.Beta Was this translation helpful? Give feedback.
All reactions