Skip to content
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

Package has issues with Pytorch 1.10 #411

Open
codtiger opened this issue Dec 17, 2021 · 2 comments
Open

Package has issues with Pytorch 1.10 #411

codtiger opened this issue Dec 17, 2021 · 2 comments

Comments

@codtiger
Copy link

codtiger commented Dec 17, 2021

Hi,

As I was configuring different combinations of pytorch and CUDA I realized if your device's current nvvc version and torch's compiled cuda version differ- which is totally ok for torch itself since you can run any code on the new cuda 11.5 machines while torch lags behind at 11.3 - you will receive an error for mismatched versions for installing extensions through distutils and cppextensions.

Of course I realize reverting the torch version back to 1.9 is totally fine and you can easily install the package. Any plans for a change in the structure of extensions(Sorry I am not familiar how exactly you could bypass this mismatch issue).

@zhanghang1989
Copy link
Owner

Thanks for the feedback. I haven't used this library for a while and don't have plan to maintain it. Feel free to send a PR if you found a solution.

@krrish94
Copy link
Contributor

krrish94 commented Dec 7, 2022

Made a pull request with the fix (tested on multiple pytorch versions on my end)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants