Skip to content

Commit faaf625

Browse files
committed
Update SYCL and add debug flags (do not merge)
1 parent c68d0c4 commit faaf625

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ BARKCPP_REPO?=https://github.com/PABannier/bark.cpp.git
2121
BARKCPP_VERSION?=v1.0.0
2222

2323
# stablediffusion.cpp (ggml)
24-
STABLEDIFFUSION_GGML_REPO?=https://github.com/leejet/stable-diffusion.cpp
25-
STABLEDIFFUSION_GGML_VERSION?=19d876ee300a055629926ff836489901f734f2b7
24+
STABLEDIFFUSION_GGML_REPO?=https://github.com/richiejp/stable-diffusion.cpp
25+
STABLEDIFFUSION_GGML_VERSION?=6c848a2e0053c86984023570e706aa212933d50d
2626

2727
ONNX_VERSION?=1.20.0
2828
ONNX_ARCH?=x64
@@ -805,6 +805,7 @@ docker-aio-all:
805805

806806
docker-image-intel:
807807
docker build \
808+
--progress plain \
808809
--build-arg BASE_IMAGE=intel/oneapi-basekit:2025.1.0-0-devel-ubuntu24.04 \
809810
--build-arg IMAGE_TYPE=$(IMAGE_TYPE) \
810811
--build-arg GO_TAGS="none" \

0 commit comments

Comments
 (0)