summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortechchud <protrude_paying969@simplelogin.com>2025-08-17 19:24:07 -0500
committertechchud <protrude_paying969@simplelogin.com>2025-08-17 19:24:07 -0500
commit5f0942b357a8a47288576438bfb8a6610812c7cc (patch)
tree322dee443e544797c427ea9c2b43ddc765999572
parent3270bcc5635e6fe3e7c75cd5385bf1c9114bf998 (diff)
downloadguix-techchud-5f0942b357a8a47288576438bfb8a6610812c7cc.tar.gz
guix-techchud-5f0942b357a8a47288576438bfb8a6610812c7cc.tar.bz2
guix-techchud-5f0942b357a8a47288576438bfb8a6610812c7cc.zip
update stable-diffusion-cpp version
-rw-r--r--machinelearning.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/machinelearning.scm b/machinelearning.scm
index da20980..9182ebc 100644
--- a/machinelearning.scm
+++ b/machinelearning.scm
@@ -194,7 +194,7 @@
(define-public stable-diffusion-cpp
(package
(name "stable-diffusion-cpp")
- (version "10feacf031cccc19b7f1257048ec32b778a01dbf")
+ (version "10c6501bd05a697e014f1bee3a84e5664290c489")
(source
(origin
(method git-fetch)
@@ -205,7 +205,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "1l66r2xxcrlfqkl9dl8xw30rv99nlvzdzfyg4n4zlx6xmbbr5d9f"))))
+ "0cd04iv0yfsc35l7z1kig6vm53b6c1v3mhyh7azrncy6afx2wwpi"))))
(build-system cmake-build-system)
(inputs (list openblas git-minimal ))
(arguments