GNU bug report logs - #78725
[PATCH 0/5] Update PyTorch to 2.7.0 with dependencies

Previous Next

Package: guix-patches;

Reported by: Ayan Das <bvits <at> riseup.net>

Date: Sun, 8 Jun 2025 15:25:05 UTC

Severity: normal

Tags: patch

Merged with 78722, 78723, 78724, 78726

Done: Ludovic Courtès <ludo <at> gnu.org>

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#78723: closed ([PATCH 0/5] Update PyTorch to 2.7.0 with
 dependencies)
Date: Fri, 13 Jun 2025 12:36:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 13 Jun 2025 13:59:59 +0200
with message-id <87y0tvam2o.fsf <at> gnu.org>
and subject line Re: [bug#78725] [PATCH 0/5] Update PyTorch to 2.7.0
has caused the debbugs.gnu.org bug report #78725,
regarding [PATCH 0/5] Update PyTorch to 2.7.0 with dependencies
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
78725: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78725
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ayan Das <bvits <at> riseup.net>
To: guix-patches <at> gnu.org
Subject: [PATCH 4/5] gnu: python-torchvision: Update to 0.22.0.
Date: Sun,  8 Jun 2025 20:52:40 +0530
* gnu/packages/machine-learning.scm (python-torchvision): Update to 0.22.0.

Signed-off-by: Ayan Das <bvits <at> riseup.net>
---
 gnu/packages/machine-learning.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index e056197b31..9636e2cd19 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -5849,7 +5849,7 @@ (define-public python-torchmetrics
 (define-public python-torchvision
   (package
     (name "python-torchvision")
-    (version "0.20.1")
+    (version "0.22.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -5859,7 +5859,7 @@ (define-public python-torchvision
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1hxcpg44bjnfzqwihzbnfgd0gpkhfgqrcg116mnvdn0fpbhf4yq5"))
+                "0hz6v8796vq8kinafzyq2v2wir5s3hykfn0rnlwx7qcsz62i3ggv"))
               (modules '((guix build utils)))
               (snippet
                '(begin
-- 
2.49.0



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Ayan Das <bvits <at> riseup.net>
Cc: 78726-done <at> debbugs.gnu.org, 78725-done <at> debbugs.gnu.org
Subject: Re: [bug#78725] [PATCH 0/5] Update PyTorch to 2.7.0
Date: Fri, 13 Jun 2025 13:59:59 +0200
Hi Ayan,

Ayan Das <bvits <at> riseup.net> writes:

>   gnu: xnnpack: Update to 0.0-4.51a0103.
>   gnu: miniz-for-pytorch: Update to pytorch-2.7.0.
>   gnu: python-pytorch: Update to 2.7.0.
>   gnu: python-torchvision: Update to 0.22.0.
>   gnu: python-captum: Fix tests for PyTorch 2.7.0.

Applied, thanks!

Ludo’.


This bug report was last modified 3 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.