IRC channel logs

2022-07-05.log

back to list of logs

***civodul` is now known as civodul
<zimoun>hi!
<rekado_>zimoun: hi!
<rekado_>civodul`: do you need help with the pytorch upgrade?
<rekado_>I need a recent pytorch for pyro-ppl, so I can package https://github.com/broadinstitute/CellBender/blob/master/REQUIREMENTS.txt
<zimoun>rekado_: someone is reporting that r-sandwich is broken. However, I cannot check myself because I cannot pull with this error: «guix pull: error: bind: Permission denied». Any idea about what it means?
<zimoun>rekado_: I confirm that r-sandwich is broken. I will investigate later if no one beats me.
<rekado_>broken how?
<rekado_>oh, fails to build
***civodul` is now known as civodul
<rekado_>zimoun: I fixed it
<rekado_>will push in a minute
<civodul>rekado_: i'll give it a spin and let you know (i have a meeting at 3PM)
<rekado_>thanks!
<civodul>for the record, here's the sanity-check failure i get: https://web.fdn.fr/~lcourtes/pastebin/pytorch-sanity-check-failure.html
<zimoun>rekado_: thanks
<rekado_>civodul: oh, “circular import”
<civodul>yes, not just a Guile problem :-)
<civodul>but then i don't really know what to do
<civodul> https://github.com/pytorch/pytorch/issues/67151 is similar but not really relevant
<rekado_>I don’t get it. They say that caffe2 will not be included any more.
<rekado_>can we … remove it?
<civodul>right, there are two scripts: convert-caffe2-to-onnx and convert-onnx-to-caffe2
<civodul>per: ls $(guix build python-pytorch -v1)/bin/
<civodul>so, let's try to remove them
<civodul>gah, still building
<civodul>i have a hard-time concentrating: colleagues next to me are talking about installing stuff with conda and pip
<rekado_>oh, I can imagine that this would be distracting/frustrating
<zimoun>you mean “pip install pytorch” ;-)
<civodul>rekado_: i have pytorch 1.11 without those convert-* scripts
<civodul>now to test dependents
<civodul>crossing fingers...
<rekado_>oh, 1.11.
<rekado_>I was working on 1.12 :)
<civodul>rekado_: pushed!
<civodul>oh, 1.12 is out?
<civodul>bah
<civodul>that's all new, isn't it?
<rekado_>yes, 7 days ago
<rekado_>I have a cute problem with the GWL: the repository contains a “guix.scm” file; when starting an inferior it evaluates '(use-modules (guix))
<rekado_>it ends up loading my guix.scm file
<rekado_>¯\_(ツ)_/¯
<civodul>bah
<rekado_>1.11 is good, though
<rekado_>let’s hope there are not too many incompatible changes from 1.11 to 1.12
<civodul>i was going to try 1.12 but there's a bug in (guix git) that prevents 'guix refresh -u' from doing the right thing, so...
*civodul shaves yaks
<efraim>I'm trying to build pytorch now for aarch64, currently building webkitgtk. we'll see how it goes