| 29 Jun 2024 |
SomeoneSerge (matrix works sometimes) | In reply to @titus-von-koeller:matrix.org i'll keep updating the gist with the output of the commands that you make me run for anyone joining the party and trying to get a complete picture :) https://gist.github.com/Titus-von-Koeller/e541c1175b0a191bac75b72d9964e9d0
31778:
31778: find library=libcuda.so.1 [0]; searching
31778: search path=/nix/store/7w8bfjj6njzc8gbyqibq3ss4yp4fkjky-cuda-merged-12.2/lib (LD_LIBRARY_PATH)
| 02:19:10 |
SomeoneSerge (matrix works sometimes) | You've set an LD_LIBRARY_PATH to cudatoolkit which currently, after a certain regression, inlcudes the stub driver | 02:19:46 |
SomeoneSerge (matrix works sometimes) | LD_LIBRARY_PATH is often a footgun | 02:20:05 |
SomeoneSerge (matrix works sometimes) | * LD_LIBRARY_PATH is often a footgun, it has a higher priority than DT_RUNPATH (which would have lead the linker to /run/opengl-dirver/lib/libcuda.so | 02:20:29 |
SomeoneSerge (matrix works sometimes) | Unset LD_LIBRARY_PATH or remove cudatoolkit from there | 02:20:38 |
connor (burnt/out) (UTC-8) | Hey all; I expect I'll be away for about a week starting in a few hours as I try to find housing on the other side of the country :) | 07:36:26 |
| @nscnt:matrix.org left the room. | 08:09:04 |
SomeoneSerge (matrix works sometimes) | In reply to @connorbaker:matrix.org Hey all; I expect I'll be away for about a week starting in a few hours as I try to find housing on the other side of the country :) Wow, moving again? | 11:57:29 |
SomeoneSerge (matrix works sometimes) | In reply to @ss:someonex.net Should work this time: https://github.com/NixOS/nixpkgs/pull/323056
Can I bum a nixpgks-review? xD I think this only really breaks jax and tensorflow, which are broken anyway š¤ | 13:24:52 |
connor (burnt/out) (UTC-8) | In reply to @ss:someonex.net Wow, moving again? This time just me (not my dad and brother), since Iām moving for work | 13:52:42 |
| mib š„ changed their profile picture. | 22:24:38 |
| 30 Jun 2024 |
| shekhinah changed their display name from shekhinah to sabaoth. | 15:09:49 |
lromor | SomeoneSerge (UTC+3): feel free to contact me here in case you need a more "realtime" discussion :) | 18:49:05 |
lromor | * SomeoneSerge (UTC+3): feel free to contact me here in case you need a more "realtime" discussion. | 18:49:15 |
lromor | * SomeoneSerge (UTC+3): I answered your github question, feel free to contact me here in case you need more info. | 18:49:40 |
SomeoneSerge (matrix works sometimes) | In reply to @ss:someonex.net I think this only really breaks jax and tensorflow, which are broken anyway š¤ Jax builds, looking into tf ā
| 21:51:48 |
| 2 Jul 2024 |
| Jonas Chevalier joined the room. | 10:08:21 |
Jonas Chevalier | š thought I would join in on the fun for a bit | 10:24:19 |
hexa | Great having you here! Feel free to enable the (unfun) config.cudaSupport flag at any time now š | 10:41:14 |
hexa | Wondering what it would take to build and ship unfree redistributable things | 10:41:57 |
hexa | The discussion was running in #platform-governance:nixos.org until the Zulip happened š« | 10:42:20 |
lromor | In reply to @zimbatm:numtide.com š thought I would join in on the fun for a bit Someone of numtide developed nix-ld | 10:42:46 |
lromor | * Someone of numtide developed nix-ld am I right? | 10:42:57 |
hexa | that would be Mic92 | 10:43:00 |
lromor | Nice | 10:43:06 |
Jonas Chevalier | In reply to @hexa:lossy.network Wondering what it would take to build and ship unfree redistributable things I'd love to do that | 11:41:34 |
Jonas Chevalier | In reply to @lromor:matrix.org Nice Yes, and also https://github.com/numtide/nix-gl-host which might be relevant here | 11:42:19 |
Jonas Chevalier | For a while I was running CI on all the unfree packages on https://github.com/numtide/nixpkgs-unfree, but it got really expensive, because my CI doesn't cache failed builds, so it would rebuild broken tensorflows and friends over and over again. | 11:55:19 |
Jonas Chevalier | I have been reading the tensorflow packaging and friends for the past few days, and gained a lot of appreciation for the work that happened there. This goes in the leaderboard of most difficult packaging to work on. | 12:02:51 |
hexa | absolutely does. also the reason we are lagging behind on the tensorflow source-built package unfortunately. | 12:17:26 |