diff options
author | msglm <msglm@techchud.xyz> | 2025-05-18 02:24:03 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2025-05-18 02:24:03 -0500 |
commit | edb38a355aebe1786447bacdfd5b3550aee5f91e (patch) | |
tree | 32aa438f27f6cfe74f216e4dfbc1ee10e8b130fe /machinelearning.scm | |
parent | ace5dc7f3d4fb9f9c7c1e2469d3a7c25586c6e6c (diff) | |
download | guix-msglm-edb38a355aebe1786447bacdfd5b3550aee5f91e.tar.gz guix-msglm-edb38a355aebe1786447bacdfd5b3550aee5f91e.tar.bz2 guix-msglm-edb38a355aebe1786447bacdfd5b3550aee5f91e.zip |
Diffstat (limited to 'machinelearning.scm')
-rw-r--r-- | machinelearning.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/machinelearning.scm b/machinelearning.scm index 9182ebc..0a11964 100644 --- a/machinelearning.scm +++ b/machinelearning.scm @@ -205,7 +205,11 @@ (file-name (git-file-name name version)) (sha256 (base32 - "0cd04iv0yfsc35l7z1kig6vm53b6c1v3mhyh7azrncy6afx2wwpi")))) + "0cd04iv0yfsc35l7z1kig6vm53b6c1v3mhyh7azrncy6afx2wwpi")) + + (patches + (search-patches "aux-files/stable-diffusion-cpp/fixloras.patch")) + )) (build-system cmake-build-system) (inputs (list openblas git-minimal )) (arguments |