-
Notifications
You must be signed in to change notification settings - Fork 202
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
setup.py not finding libaten #28
Comments
Yeah this sounds like a bug we just recently had with our other pytorch projects. |
@csarofeen @mcarilli what was the fix the new CTen update. |
#30 |
Sorry, I haven't been able to verify this because I've just been running models on my own "fixed" version and haven't pulled for the last few weeks. |
@raulpuric #30 didn't work for me. |
@raulpuric #30 did not work for me either. Getting following error message now (before, I was getting the same error message as the op): |
I think it might have been a naming change in the newest version of torch. I changed re.compile("libaten", re.IGNORECASE) to re.compile("aten", re.IGNORECASE) and it seems to be working now.
The text was updated successfully, but these errors were encountered: