▲ | amelius 3 days ago | |||||||
I'm stuck on an nVidia Jetson system (which is Ubuntu based) and using Nix with the vendor supplied CUDA etc. is a disaster. Sadly, it is not possible to install other distributions either. So while I'm happy for those who can run Nix, keep in mind that it is not a universally available path to nirvana (liberation from suffering). | ||||||||
▲ | jeffnappi 3 days ago | parent | next [-] | |||||||
Through a new collaboration between NVIDIA, The Nix Foundation, and Flox, Nix CUDA packages are now available. https://flox.dev/blog/the-flox-catalog-now-contains-nvidia-c... | ||||||||
▲ | Mic92 3 days ago | parent | prev | next [-] | |||||||
There is jetpack-nixos, if this an option, which is decently maintained and for a client of numtide we build https://github.com/numtide/nix-gl-host So they can use the host driver in nix based services with Jetson | ||||||||
▲ | forgetbook 3 days ago | parent | prev | next [-] | |||||||
This is a great note for AI developers, but my use case around NixOS is targetted to consumer users. The value is in self-hosted services (clouds, VPNs, etc.) without needing to be technical, and supporting the standard suite of stuff the average consumer needs/uses. (Word processor, email, internet, PDF, zoom) My biggest concern here is not feature parity with the latest in AI; but in usability, or maybe irrelevance (what happened to thin clients?). My hope is that what stopped thin client adoption was just paying cloud providers forever, and that the average consumer that has a home computer can use that computer as a NAS to actually be their own iCloud / OneDrive, with the ability to deploy their 'home machine' on any laptop. | ||||||||
| ||||||||
▲ | ruffsl 3 days ago | parent | prev [-] | |||||||
Why do you need to stick to just the "vendor supplied CUDA"? Is CUDA for arm64 targets only distributed via Nvidia ISOs for the Jetson targets? The download site seems to offer an arm64-sbsa option. I thought the big barrier was the custom kernel they distribute. It was a pain to use the old Jetsons before Nvidia finally enabled modern c group support for containerization with docker. Perhaps building a kennel for their ended platforms is simpler now? |