gnu: Add ideep-pytorch-for-r-torch.

* gnu/packages/machine-learning.scm (ideep-pytorch-for-r-torch): New variable.
This commit is contained in:
David Elsing 2024-03-23 22:05:08 +00:00 committed by Ludovic Courtès
parent 4f50f86e41
commit b38045190a
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -4336,6 +4336,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