Skip to content

Commit

Permalink
fix(llama.cpp): downgrade to a known working version (#1706)
Browse files Browse the repository at this point in the history
sycl support is broken otherwise.

See upstream issue: ggerganov/llama.cpp#5469

Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler authored Feb 14, 2024
1 parent c56b6dd commit 39a6b56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GOLLAMA_VERSION?=aeba71ee842819da681ea537e78846dc75949ac0

GOLLAMA_STABLE_VERSION?=50cee7712066d9e38306eccadcfbb44ea87df4b7

CPPLLAMA_VERSION?=099afc6274c859ca67146e725839f2d97a5ef313
CPPLLAMA_VERSION?=f026f8120f97090d34a52b3dc023c82e0ede3f7d

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

0 comments on commit 39a6b56

Please sign in to comment.