GNU bug report logs -
#78687
[PATCH 0/5] Update PyTorch to 2.7.0 with dependencies
Previous Next
Full log
View this message in rfc822 format
From d1b1b4765cf3a33fde255b99f0abbbcb8d7a98e8 Mon Sep 17 00:00:00 2001
Message-ID:
<d1b1b4765cf3a33fde255b99f0abbbcb8d7a98e8.1748983877.git.bvits <at> riseup.net>
In-Reply-To: <cover.1748983877.git.bvits <at> riseup.net>
References: <cover.1748983877.git.bvits <at> riseup.net>
From: Ayan Das <bvits <at> riseup.net>
Date: Wed, 4 Jun 2025 00:21:21 +0530
Subject: [PATCH 4/5] gnu: python-torchvision: Update to 0.22.0.
* gnu/packages/machine-learning.scm (python-torchvision): Update to
0.22.0.
---
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 0d82d951a0..c72f23d76f 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -5848,7 +5848,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
@@ -5858,7 +5858,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
This bug report was last modified 6 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.