mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: Add oneapi-dnnl-for-r-torch.
* gnu/packages/machine-learning.scm (oneapi-dnnl-for-r-torch): New variable.
This commit is contained in:
parent
b38045190a
commit
e587d8fb69
1 changed files with 14 additions and 0 deletions
|
@ -5961,6 +5961,20 @@ (define-public oneapi-dnnl
|
||||||
(supported-systems %64bit-supported-systems)
|
(supported-systems %64bit-supported-systems)
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public oneapi-dnnl-for-r-torch
|
||||||
|
(package
|
||||||
|
(inherit oneapi-dnnl)
|
||||||
|
(version "2.7.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/oneapi-src/oneDNN")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name (package-name oneapi-dnnl) version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1zyw5rd8x346bb7gac9a7x3saviw3zvp6aqz2z1l9sv163vmjfz6"))))))
|
||||||
|
|
||||||
(define-public python-gguf
|
(define-public python-gguf
|
||||||
(package
|
(package
|
||||||
(name "python-gguf")
|
(name "python-gguf")
|
||||||
|
|
Loading…
Reference in a new issue