| 18 Oct 2024 |
mcwitt |
Unfortunately, they have heavily changed their packaging internals and we are quite stalling on this project...
Ah man, sorry to hear. I've been occasionally checking in on the progress of JAX updates (most recently https://github.com/NixOS/nixpkgs/pull/318995), and have to say that it seems like a herculean effort to debug all the build issues that come up with each update, not to mention the frequent breakage of downstream dependencies since things are moving so quickly with JAX. Thanks so much for you work on this! I've benefited a ton from having JAX in nixpkgs.
| 22:21:30 |
Gaétan Lepage | Glad that it's useful for you ! Sometimes I wonder if there are people using the nix python set ^^.
Indeed, each update involves some work. While most of the time it is pretty straightforward, the recent changes (related to bazel) are much more annoying. | 22:31:53 |
Gaétan Lepage | hexa (UTC+1) I am indeed unable to build tensordict from my torch 2.5.0 update PR.
I systematically gets stuck at 22%, no matter the core count apparently.
I will try to investigate this tomorrow. | 22:41:37 |
hexa | Thank you. | 22:42:09 |
| 19 Oct 2024 |
Gaétan Lepage | Very weird, I was now able to build it.
It does this in the middle, but the tests are apparently all succesfull. | 11:35:50 |
Gaétan Lepage |  Download clipboard.png | 11:35:54 |
Gaétan Lepage | Sometimes this message doesn't show up and the package builds just fine... | 11:47:44 |
hexa | as I said, 6th gen intel breaks, 8th gen intel works | 12:53:32 |
hexa | both are essentially skylake | 12:53:40 |
hexa | my build farm is 6th gen fwiw | 12:53:45 |
hacker1024 | In reply to @hexa:lossy.network reliably crashes and gets stuck on 6th gen intel Could it be out of date microcode? | 12:55:56 |
hexa | 🤔 | 12:56:10 |
hexa | hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
| 12:56:44 |
hexa | which defaults on config.hardware.enableAllFirmware | 12:57:09 |
hexa | which defaults to false | 12:57:19 |
hexa | 🤡 | 12:57:20 |
hacker1024 | Rip | 12:57:24 |
hexa | thank you nixos-generate-config | 12:57:34 |