NixOS CUDA | 336 Members | |
| CUDA packages maintenance and support in nixpkgs | https://github.com/orgs/NixOS/projects/27/ | https://nixos.org/manual/nixpkgs/unstable/#cuda | 64 Servers |
| Sender | Message | Time |
|---|---|---|
| 24 May 2026 | ||
| https://isaiprofitable.com/ lmao | 16:40:49 | |
| well played, nvidia | 16:40:59 | |
| Yup, will do. | 19:30:48 | |
| https://github.com/nixos-cuda/hydra-jobsets/pull/31 | 20:13:09 | |
| 27 May 2026 | ||
| If anyone has a decent modern GPU to test the flash-attention tests, please ping me.
Thanks in advance for your generosity | 15:24:45 | |
| Would an RTX 6000 Pro with 96GB VRAM be okay? If yes I could run these test but I would need relatively detailed instructions. I'm running a flake based system based on nixos-unstable and I'm running the "latest" Nvidia drivers. | 15:49:37 | |
| I'm pretty sure that would fit. Thanks a lot! You'd need to add the following to your config:
Then | 16:00:23 | |
Watch out for RAM consumption though. It's terribly hungry. I need to set it to 15 max on a 128GB system. | 16:01:16 | |
Hmm. Wait, you need to set cudaSupport. | 16:02:39 | |
| I could also jump into a dev shell if you provide me a flake if that's easier. Anyway I can try when I'm back home in about an hour. And the machine in question has 760gb of ram so we should be fine I guess 😇 | 16:04:05 | |
| in this economy?! | 16:04:38 | |
This should do it. | 16:05:28 | |
*
This should do it. | 16:05:59 | |
In reply to @hexa:lossy.networkIt's not my private one unfortunately 😅 But I'm the admin and currently there is no workload on that thing. | 16:07:57 | |
| I mean... If only I had nix installed... | 16:10:33 | |
| makes you wonder who we are building cuda support for | 16:12:00 | |
| Not for the owners of those GPUs unfortunately 🥲 | 16:20:08 | |
| In my case I'm working at a German University and the server is used by a team of around 9 researchers :) | 16:33:56 | |
| pretty sure Gaetan works at some French university 😆 | 16:37:26 | |
| Not anymore. (French universities don't have such fancy GPUs) 🫠 | 16:38:38 | |
| The build is running now :) | 17:16:42 | |
| Can't you nix in container? | 18:26:52 | |
| Not TUM? | 18:27:57 | |
| Not the OS group? I'd be hyped yo learn that somebody in academia/hpc/rse community actually uses nixpkgs cuda, because so far I've been getting the vibes that only the enterprise cares, and all these eurohpc/CSC/yada yada are completely unapproachable and dead set on their easybuild lmod workflows... | 18:33:29 | |
| University of Duisburg-Essen, not TUM But it's really not that big of a deal. The economics faculty has its own little IT department, they bought some servers for machine learning of which our Chair was able to get one and we asked them to install nixos on that for us cause we use nixos since 2 years on all of our machines. That's essentially the full story, there is not that much support for NixOS besides me pushing it and my Boss seeing the advantages and sometimes proudly talking about our infra 😅 | 18:55:53 | |
| Shooting in the dark but anything that could be done or reprioritized on our side to potentially help the lab's story? | 19:48:31 | |
| Well the biggest point is the cache. Currently we obtain pytorch and other ml packages from pypi cause it has the CUDA binaries packaged directly. I we can't really risk getting cache misses and triggering a 5 hour recompilation on my colleagues machines. And setting up our own binary cache is also not trivial, we are working from home a lot and the machines are only connected to the university vpn on demand. I've read that there is this flox cache now, but I also read that this does not strictly follow nixos-unstable. | 20:35:31 | |
| By the way the build is still running it's at the `pytestCheckPhase` of flash attention and causes a good 60gb of VRAM usage at the moment. I'll call it a day and report on the status tomorrow morning 🙂 | 20:37:16 | |
| 21:16:57 | ||
| 28 May 2026 | ||
| CUDA 13.3 is out: https://developer.nvidia.com/blog/nvidia-cuda-13-3-enhances-gpu-development-with-tile-programming-in-c-compiler-autotuning-and-python-updates/ | 07:16:08 | |