gnu: Add oneapi-dnnl-for-r-torch.

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

View file

@ -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")