Skip to content

Commit 0cb31fb

Browse files
authored
fix(llama.cpp): downgrade to a known working version
sycl support is broken otherwise. See upstream issue: ggml-org/llama.cpp#5469 Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent c56b6dd commit 0cb31fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GOLLAMA_VERSION?=aeba71ee842819da681ea537e78846dc75949ac0
88

99
GOLLAMA_STABLE_VERSION?=50cee7712066d9e38306eccadcfbb44ea87df4b7
1010

11-
CPPLLAMA_VERSION?=099afc6274c859ca67146e725839f2d97a5ef313
11+
CPPLLAMA_VERSION?=f026f8120f97090d34a52b3dc023c82e0ede3f7d
1212

1313
# gpt4all version
1414
GPT4ALL_REPO?=https://github.com/nomic-ai/gpt4all
@@ -550,4 +550,4 @@ docker-image-intel:
550550
--build-arg BASE_IMAGE=intel/oneapi-basekit:2024.0.1-devel-ubuntu22.04 \
551551
--build-arg IMAGE_TYPE=$(IMAGE_TYPE) \
552552
--build-arg GO_TAGS="none" \
553-
--build-arg BUILD_TYPE=sycl_f16 -t $(DOCKER_IMAGE) .
553+
--build-arg BUILD_TYPE=sycl_f16 -t $(DOCKER_IMAGE) .

0 commit comments

Comments
 (0)