diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-03-18 11:43:05 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-19 10:51:28 +0100 |
| commit | 34fc68cb2c7ba78c85436a34846bdb50dd557191 (patch) | |
| tree | cecd024e1847c951b2d08a370c10d5aac3cb25ed /gnu | |
| parent | 10f605296265d7db5737fe21113ea75ee35874ee (diff) | |
gnu: llama-cpp: Reduce closure size.
* gnu/packages/machine-learning.scm (llama-cpp)[inputs]: Remove
python-gguf.
[propagated-inputs]: Remove python-pytorch; add python-jinja2.
Fixes guix/guix#7263
Merges guix/guix!7266
Change-Id: Ide6ef7e02beadc50c412e3a766d11203c497827e
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/machine-learning.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 36727f16257..e8edabb9db6 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm | |||
| @@ -920,12 +920,12 @@ NumPy @code{dtype} extensions used in machine learning libraries, including: | |||
| 920 | (find-files (string-append #$output "/bin") | 920 | (find-files (string-append #$output "/bin") |
| 921 | "^test-"))))))) | 921 | "^test-"))))))) |
| 922 | (inputs | 922 | (inputs |
| 923 | (list curl ggml glslang python-gguf python-minimal spirv-headers | 923 | (list curl ggml glslang python-minimal spirv-headers |
| 924 | spirv-tools vulkan-headers vulkan-loader openssl)) | 924 | spirv-tools vulkan-headers vulkan-loader openssl)) |
| 925 | (native-inputs | 925 | (native-inputs |
| 926 | (list bash-minimal pkg-config python-minimal-wrapper shaderc)) | 926 | (list bash-minimal pkg-config python-minimal-wrapper shaderc)) |
| 927 | (propagated-inputs | 927 | (propagated-inputs |
| 928 | (list python-numpy python-pytorch python-sentencepiece)) | 928 | (list python-numpy python-jinja2 python-sentencepiece)) |
| 929 | (properties '((tunable? . #true))) ;use AVX512, FMA, etc. when available | 929 | (properties '((tunable? . #true))) ;use AVX512, FMA, etc. when available |
| 930 | (home-page "https://github.com/ggml-org/llama.cpp") | 930 | (home-page "https://github.com/ggml-org/llama.cpp") |
| 931 | (synopsis "Port of Facebook's LLaMA model in C/C++") | 931 | (synopsis "Port of Facebook's LLaMA model in C/C++") |
