[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69591] [PATCH 28/31] gnu: Add ideep-pytorch-for-r-torch.
From: |
David Elsing |
Subject: |
[bug#69591] [PATCH 28/31] gnu: Add ideep-pytorch-for-r-torch. |
Date: |
Wed, 6 Mar 2024 19:40:34 +0000 |
* gnu/packages/machine-learning.scm (ideep-pytorch-for-r-torch): New variable.
---
gnu/packages/machine-learning.scm | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index 02e9d6758f..64b62e86d4 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -4312,6 +4312,21 @@ (define-public ideep-pytorch
PyTorch.")
(license license:expat)))
+(define-public ideep-pytorch-for-r-torch
+ (package
+ (inherit ideep-pytorch)
+ (version "2.7.3-1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/intel/ideep")
+ (commit (string-append "pytorch-rls-v" version))))
+ (file-name (git-file-name (package-name ideep-pytorch) version))
+ (sha256
+ (base32
+ "0hdpkhcjry22fjx2zg2r48v7f4ljrclzj0li2pgk76kvyblfbyvm"))))))
+
(define %python-pytorch-version "2.2.1")
(define %python-pytorch-src
--
2.41.0
- [bug#69591] [PATCH 25/31] gnu: Add qnnpack-pytorch., (continued)
- [bug#69591] [PATCH 25/31] gnu: Add qnnpack-pytorch., David Elsing, 2024/03/06
- [bug#69591] [PATCH 19/31] gnu: Add fbgemm., David Elsing, 2024/03/06
- [bug#69591] [PATCH 30/31] gnu: Add qnnpack-pytorch-for-r-torch., David Elsing, 2024/03/06
- [bug#69591] [PATCH 26/31] gnu: python-pytorch: Update to 2.2.1 and unbundle dependencies., David Elsing, 2024/03/06
- [bug#69591] [PATCH 27/31] gnu: python-torchvision: Update to 0.17.1., David Elsing, 2024/03/06
- [bug#69591] [PATCH 18/31] gnu: Add tensorpipe., David Elsing, 2024/03/06
- [bug#69591] [PATCH 24/31] gnu: Remove xnnpack-for-torch2., David Elsing, 2024/03/06
- [bug#69591] [PATCH 29/31] gnu: Add oneapi-dnnl-for-r-torch., David Elsing, 2024/03/06
- [bug#69591] [PATCH 21/31] gnu: Add foxi., David Elsing, 2024/03/06
- [bug#69591] [PATCH 31/31] gnu: python-pytorch-for-r-torch: Adjust to new python-pytorch., David Elsing, 2024/03/06
- [bug#69591] [PATCH 28/31] gnu: Add ideep-pytorch-for-r-torch.,
David Elsing <=
- [bug#69591] [PATCH v2 00/31] Unbundle and update python-pytorch, David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 01/31] gnu: asmjit: Update to commit 3ca5c18., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 03/31] gnu: Add python-optree., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 07/31] gnu: Add python-pytest-rerunfailures-13., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 05/31] gnu: Add python-pytest-shard., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 04/31] gnu: Add python-pytest-flakefinder., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 06/31] gnu: Add python-expecttest., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 11/31] gnu: Remove flatbuffers-next-shared., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 12/31] gnu: python-flatbuffers-next: Update to 23.5.26., David Elsing, 2024/03/12
- [bug#69591] [PATCH v2 02/31] gnu: Add python-typing-extensions-4.10., David Elsing, 2024/03/12