We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
10c6501bd05a697e014f1bee3a84e5664290c489
1 parent 9cecf5e commit 76e4714Copy full SHA for 76e4714
backend/go/stablediffusion-ggml/Makefile
@@ -19,7 +19,7 @@ LD_FLAGS?=
19
20
# stablediffusion.cpp (ggml)
21
STABLEDIFFUSION_GGML_REPO?=https://github.com/richiejp/stable-diffusion.cpp
22
-STABLEDIFFUSION_GGML_VERSION?=53e3b17eb3d0b5760ced06a1f98320b68b34aaae
+STABLEDIFFUSION_GGML_VERSION?=10c6501bd05a697e014f1bee3a84e5664290c489
23
24
# Disable Shared libs as we are linking on static gRPC and we can't mix shared and static
25
CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF
0 commit comments