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
Trying to run this on an nvidia jetson orin agx 64, which as you know has very specific pytorch requirements: ours is 2.4.0a0+f70bd71a48.nv24.06
Getting AttributeError: module 'torch.distributed' has no attribute 'Logger'
I would think that attribute was dropped after version 2.2.1 which is apparently the top version this repo accepts
That makes this repo unsuitable to run under jetsons orin I am afraid
The text was updated successfully, but these errors were encountered:
Hi, I have the same problem, and I also run this on jetson orin. Did you solve this? Thanks!
Sorry, something went wrong.
No branches or pull requests
Trying to run this on an nvidia jetson orin agx 64, which as you know has very specific pytorch requirements: ours is 2.4.0a0+f70bd71a48.nv24.06
Getting AttributeError: module 'torch.distributed' has no attribute 'Logger'
I would think that attribute was dropped after version 2.2.1 which is apparently the top version this repo accepts
That makes this repo unsuitable to run under jetsons orin I am afraid
The text was updated successfully, but these errors were encountered: