-
Notifications
You must be signed in to change notification settings - Fork 4
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
accelerate.bat - not working, but.. #7
Comments
The next issue is that the component in TD throws an error, /project1/TDDepthAnything/script1_callbacks Traceback (most recent call last): File "/project1/TDDepthAnything/script1_callbacks", line 18, in onCookAttributeError: 'NoneType' object has no attribute 'run' 4478 227 abort DAT Any help appreciated! All the best |
I've got the same error, it's trying to import torch in DepthAnythingExt but it's not succeeding Modifying the accelerate script to install the 2.2.x version of pytorch instead of 2.3.0 that was released last week fixed this issue for me |
Thank you! Fixed with e5dfe39 |
this is still happening and the "py" instead of "python" trick still works |
Hi,
just wanted to let you know that the accelerate.bat throws an error, as it can not find python.
However, it was suggested online to try "py" instead of "python" and that did work for me.
Maybe pother users have the same issue...
All the best
Stefan
The text was updated successfully, but these errors were encountered: