-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Is it possible to have wheels for pytorch 2.1.2 and cuda 11.8? #3
Comments
Are you planning to run it locally or on Colab, if so which GPU you are using? cause the difficult part with cuda and wheel generation is that the processing unit needs to be clear as well, so you can generate wheel based of the arch type |
Thank you for responding. Planning to run it locally, and GPUs can be any of Ampere/Ada/Hopper/Turing. I was wondering if having pre-build wheels for any (or all?) of these platforms would be feasible, or perhaps in this case local builds on each architecture is the more hassle-free way to go .. |
sorry, I meant compute compatibility, not necessarily architecture, the values displayed in this https://developer.nvidia.com/cuda-gpus |
Yes, I realize this is a handful and I'm better off generating the wheels. I'll take a look at your generator yaml and try this out. Thanks again for creating this repo. |
Hello Aruni, were you able to create said wheel? would it be possible for you to share it? |
I kicked off a build for |
@gaperezsa @AruniRC they are now available, or you can just run this script depending on your architecture to download and install it on your machine
|
Thanks so much for providing pre-compiled wheels (since tiny-cuda-nn can get difficult to install on some platforms)!
Is it possible to share similar wheels for
pytorch 2.1.2
andcuda 11.8
? These dependencies are used by Nerfstudio, and it would really help to have wheels in this case.Thanks,
Aruni
The text was updated successfully, but these errors were encountered: