From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:56643) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfn87-0002Oi-V8 for guix-patches@gnu.org; Tue, 25 Jun 2019 11:13:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hfn84-0003LE-4Y for guix-patches@gnu.org; Tue, 25 Jun 2019 11:13:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47901) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hfn82-0003JN-0j for guix-patches@gnu.org; Tue, 25 Jun 2019 11:13:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hfn81-00062M-SB for guix-patches@gnu.org; Tue, 25 Jun 2019 11:13:01 -0400 Subject: bug#36071: [PATCH] gnu: Add leela-zero. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190603130611.32142-1-glv@posteo.net> <87v9xkyrzz.fsf@gnu.org> <20190605192625.3c567ce7@yamatai> <87tvd3wyhx.fsf@gnu.org> <87lfy7alke.fsf@elephly.net> Date: Tue, 25 Jun 2019 17:12:01 +0200 In-Reply-To: <87lfy7alke.fsf@elephly.net> (Ricardo Wurmus's message of "Tue, 11 Jun 2019 22:55:45 +0200") Message-ID: <87lfxplmwu.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ricardo Wurmus Cc: Guillaume LE VAILLANT , 36071-done@debbugs.gnu.org Hello! Ricardo Wurmus skribis: > Back to this patch: I think it=E2=80=99s fine to accept it as long as the > software necessary for training is included. Tobias Geerinckx-Rice skribis: > I can't assess its accuracy, but this comment[0] from the linked=20 > LWN article looks relevant. Particularly: > > So this is basically a distributed computing client as well as a=20 > Go > engine that runs with the results of that distributed computing=20 > effort. > > If that's true, there is no separate =E2=80=98training software=E2=80=99 = to worry=20 > about. > > The whole link is worth a click since there seems to be a =E2=80=98server= =20 > component=E2=80=99 involved as well. Based on the info we have so far, including the fact that Debian includes it (see ), I went ahead and applied the patch. We can obviously revisit this issue later should someone have concerns and/or additional info. Thanks everyone! Ludo=E2=80=99.