fix(llama.cpp): downgrade to a known working version (#1706)

sycl support is broken otherwise.

See upstream issue: https://github.com/ggerganov/llama.cpp/issues/5469

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
Ettore Di Giacinto 2024-02-14 10:28:06 +01:00 committed by GitHub
parent c56b6ddb1c
commit 39a6b562cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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