| 15 Dec 2025 |
Ari Lotter | * huh. well, i thought
(self: super: {
cudaPackages = super.cudaPackages // {
cudnn = super.cudaPackages.cudnn.overrideAttrs (old: {
postFixup = (old.postFixup or "") + ''
for so in $out/lib/libcudnn*.so; do
echo "patching rpath of $so to include nvrtc"
patchelf --set-rpath ${super.lib.getLib super.cudaPackages.cuda_nvrtc}/lib:$out/lib $so
done
'';
});
};
})
``` might work, but doesn't seem to have
| 22:09:09 |
Ari Lotter | * huh. well, i thought
(self: super: {
cudaPackages = super.cudaPackages // {
cudnn = super.cudaPackages.cudnn.overrideAttrs (old: {
postFixup = (old.postFixup or "") + ''
for so in $out/lib/libcudnn*.so; do
echo "patching rpath of $so to include nvrtc"
patchelf --set-rpath ${super.lib.getLib super.cudaPackages.cuda_nvrtc}/lib:$out/lib $so
done
'';
});
};
})
might work, but doesn't seem to have
| 22:09:16 |
Ari Lotter | tryin this | 22:10:57 |
Robbie Buxton | In reply to @arilotter:matrix.org 40m to build torch with cuda, not bad. The dream | 22:13:45 |
Robbie Buxton | * The dream 🥲 | 22:13:54 |
Ari Lotter | lmk if you ever need something built lol i have some juicy machines thru work | 22:15:36 |
pdealbera | Ok, following on this. It's weird that I've still cannot reach the server at all. I even try to connect from mobile data in a phone just to discard a problem in my home network or network config in my PC but it's not reachable at all. For reference I'm from Argentina. | 22:34:43 |
| 16 Dec 2025 |
Ari Lotter | holy shit it worked ðŸ˜i don't believe it | 00:39:07 |