File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ BARKCPP_REPO?=https://github.com/PABannier/bark.cpp.git
2121BARKCPP_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
2727ONNX_VERSION? =1.20.0
2828ONNX_ARCH? =x64
@@ -805,6 +805,7 @@ docker-aio-all:
805805
806806docker-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" \
You can’t perform that action at this time.
0 commit comments