-
Notifications
You must be signed in to change notification settings - Fork 7
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
Thank god for this, you saved me #95
Comments
Well, you could thank me instead 😛 Jokes aside, thanks for posting this. It means a lot. I'm glad that this project helped you out. If you find the time, could you tell me how your envs were broken before? While working on #73, I figured that detecting broken envs would also be good addition for this tools. In the future we might even have Plus, did you encounter any issues with |
Hah - it was great. My only request would be to add torchvision (and maybe torchaudio) as extra possible installs along with? I held my breath when I added it but it worked ok. The envs were broken because I didn't know what I was doing on the installation. My nvidia-smi said one thing about cuda (11.6), my nvcc -V said another, the pytorch site had no supporting versions in their little "helper", and I couldn't figure out how to get the right +cu on the install. So various libs that need torch tried to install it, and different versions, and actually broke my installs of older versions that i had gotten working with cuda. So then I also got repeated errors from cuda/torch saying that my driver with sm_80 wasn't supported etc. Shrug, hard to describe the chaos. Thanks again! |
Most PyTorch distributions, including light-the-torch/light_the_torch/_patch.py Lines 38 to 50 in eda21f3
If something breaks, feel free to reach out.
That is indeed very confusing and I fell for it myself in the beginning. Plus, unless you actually want to compile CUDA code, e.g. building PyTorch from source, you don't need the CUDA toolkit installed on your system at all. PyTorch ships everything you need at runtime inside the wheels. This is why they are so large. You only need to have the driver installed. TL;DR if you ever have to install PyTorch wheels manually again, trust |
I can't figure out how to say thank you except to file this and say you just saved me after 2 days of wasted broken installs and deps on an A100.
The text was updated successfully, but these errors were encountered: