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
21
21
BARKCPP_VERSION? =v1.0.0
22
22
23
23
# 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
26
26
27
27
ONNX_VERSION? =1.20.0
28
28
ONNX_ARCH? =x64
@@ -805,6 +805,7 @@ docker-aio-all:
805
805
806
806
docker-image-intel :
807
807
docker build \
808
+ --progress plain \
808
809
--build-arg BASE_IMAGE=intel/oneapi-basekit:2025.1.0-0-devel-ubuntu24.04 \
809
810
--build-arg IMAGE_TYPE=$(IMAGE_TYPE ) \
810
811
--build-arg GO_TAGS=" none" \
You can’t perform that action at this time.
0 commit comments