-
Notifications
You must be signed in to change notification settings - Fork 10
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
CUDA 11.3? #23
Comments
Better yet, why not 11.6 since that's what is included with |
It's recommended to build CUDA software in a devcontainer with Docker or Podman. |
@mraxilus is that true? Maybe that's just on the latest 22.04... definitely wasn't the case for me before on 21.10. |
I was mistakenly using my nvidia-smi CUDA version instead of that reported by |
If that's so, then why provide the |
👋 thanks for supporting these convenient cuda installs! Question--- I'm encountering this same friction point. I go to install I'd be open to a docker or podman route, but it's currently at odds with my development workflow, and would add some more mental overhead to navigate. A cuda 11.3 fix would slot right in to my existing workflow. If anyone finds this and has a worked solution of setting up cuda 11.3 manually on |
Dev containers are the way to go |
Ok, my workaround is to default back to cuda 10.2. Both System76 and pytorch have binaries for 10.2, so it just works out-of-the-box. I tried it out on my particular pytorch application and it appears to have worked. I suspect you're right that in the long term dev containers make it easier for portable and reproducible environments. For some reason dev containers still haven't taken off in scientific computing, or at least my sub-community of it. Is there a migration guide available or planned? I found this NVIDIA website that seems streamlined. Is that the dev container workflow ya'll would recommend? If I get around to trying it out, I'd be open to writing one of those "support" guides that you have on your documentation. I adore that your docs are all open source! So cool. |
@gully (and anyone else this helps)
|
Hi all,
Thanks for your work packaging CUDA in an easy way for system76 machines!
PyTorch has moved up to CUDA 11.3 (see https://pytorch.org/get-started/locally/); does system76 expect to keep these releases up to date with NVIDIA releases, or should I install directly from NVIDIA if I need newer CUDA?
Thanks!
The text was updated successfully, but these errors were encountered: