mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add ideep-pytorch-for-r-torch.
* gnu/packages/machine-learning.scm (ideep-pytorch-for-r-torch): New variable.
This commit is contained in:
parent
4f50f86e41
commit
b38045190a
1 changed files with 15 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue