[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69591] [PATCH v3 28/32] gnu: python-torchvision: Update to 0.17.1.
From: |
David Elsing |
Subject: |
[bug#69591] [PATCH v3 28/32] gnu: python-torchvision: Update to 0.17.1. |
Date: |
Wed, 20 Mar 2024 22:38:53 +0000 |
* gnu/packages/machine-learning.scm (python-torchvision): Update to 0.17.1.
[source]: Add snippet to remove "android" and "ios" directories.
---
gnu/packages/machine-learning.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index ea023ad749..c816b202e2 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -5178,7 +5178,7 @@ (define-public python-torchmetrics
(define-public python-torchvision
(package
(name "python-torchvision")
- (version "0.15.2")
+ (version "0.17.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -5188,7 +5188,12 @@ (define-public python-torchvision
(file-name (git-file-name name version))
(sha256
(base32
- "1cq2s13vkgg9rljjbrm4g33yxq7q5zqp7f4xm5cq624gvs0wxmi8"))))
+ "094jz0ryzh0yjxf687r61r482fdh3bax8ix2csghraps0z1sns1b"))
+ (modules '((guix build utils)))
+ (snippet
+ '(begin
+ (delete-file-recursively "android")
+ (delete-file-recursively "ios")))))
(build-system pyproject-build-system)
(arguments
(list #:tests? #false)) ;the test suite is expensive and there is no easy
--
2.41.0
- [bug#69591] [PATCH v3 14/32] gnu: cpuinfo: Update to commit aa4b216., (continued)
- [bug#69591] [PATCH v3 14/32] gnu: cpuinfo: Update to commit aa4b216., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 23/32] gnu: xnnpack: Update to commit 51a9875., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 21/32] gnu: Add foxi., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 31/32] gnu: Add qnnpack-pytorch-for-r-torch., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 25/32] gnu: Add qnnpack-pytorch., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 24/32] gnu: Remove xnnpack-for-torch2., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 22/32] gnu: Add ideep-pytorch., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 27/32] gnu: Add python-pytorch-avx., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 30/32] gnu: Add oneapi-dnnl-for-r-torch., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 19/32] gnu: Add fbgemm., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 28/32] gnu: python-torchvision: Update to 0.17.1.,
David Elsing <=
- [bug#69591] [PATCH v3 26/32] gnu: python-pytorch: Update to 2.2.1 and unbundle dependencies., David Elsing, 2024/03/20
- [bug#69591] [PATCH v3 32/32] gnu: python-pytorch-for-r-torch: Adjust to new python-pytorch., David Elsing, 2024/03/20
- [bug#69591] [PATCH v4 00/32] Unbundle and update python-pytorch, David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 20/32] gnu: Add qnnpack., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 21/32] gnu: Add foxi., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 22/32] gnu: Add ideep-pytorch., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 25/32] gnu: Add qnnpack-pytorch., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 16/32] gnu: nnpack: Update to commit 70a77f4., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 28/32] gnu: python-torchvision: Update to 0.17.1., David Elsing, 2024/03/23
- [bug#69591] [PATCH v4 30/32] gnu: Add oneapi-dnnl-for-r-torch., David Elsing, 2024/03/23