diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-11-07 18:13:37 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-11-07 21:53:04 +0100 |
| commit | 372f9637f39bbb06b90d316c1485a4c6c5114649 (patch) | |
| tree | 7968ff7f382350c84435df5af44908a6b0446b72 | |
| parent | 59e8d1eb0cd36528772091ef82db34e137943639 (diff) | |
gnu: Remove oneapi-dnnl-for-r-torch.
* gnu/packages/machine-learning.scm (oneapi-dnnl-for-r-torch): Remove variable.
Change-Id: Ie8cacc9566410422390f9bf00dc0bfbc135e502f
| -rw-r--r-- | gnu/packages/machine-learning.scm | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 1cc9ac7ecc9..e7a5401a9ad 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm | |||
| @@ -6463,20 +6463,6 @@ performance library of basic building blocks for deep learning applications.") | |||
| 6463 | (supported-systems %64bit-supported-systems) | 6463 | (supported-systems %64bit-supported-systems) |
| 6464 | (license license:asl2.0))) | 6464 | (license license:asl2.0))) |
| 6465 | 6465 | ||
| 6466 | (define-public oneapi-dnnl-for-r-torch | ||
| 6467 | (package | ||
| 6468 | (inherit oneapi-dnnl) | ||
| 6469 | (version "2.7.3") | ||
| 6470 | (source | ||
| 6471 | (origin | ||
| 6472 | (method git-fetch) | ||
| 6473 | (uri (git-reference | ||
| 6474 | (url "https://github.com/oneapi-src/oneDNN") | ||
| 6475 | (commit (string-append "v" version)))) | ||
| 6476 | (file-name (git-file-name (package-name oneapi-dnnl) version)) | ||
| 6477 | (sha256 | ||
| 6478 | (base32 "1zyw5rd8x346bb7gac9a7x3saviw3zvp6aqz2z1l9sv163vmjfz6")))))) | ||
| 6479 | |||
| 6480 | (define-public python-gguf | 6466 | (define-public python-gguf |
| 6481 | (package | 6467 | (package |
| 6482 | (name "python-gguf") | 6468 | (name "python-gguf") |
