feat(llama.cpp): bump and adapt to upstream changes (#4378)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2024-12-14 00:30:52 +01:00 committed by GitHub
parent 0429e00746
commit fc4a714992
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 32 additions and 3 deletions

View file

@ -8,7 +8,7 @@ DETECT_LIBS?=true
# llama.cpp versions
GOLLAMA_REPO?=https://github.com/go-skynet/go-llama.cpp
GOLLAMA_VERSION?=2b57a8ae43e4699d3dc5d1496a1ccd42922993be
CPPLLAMA_VERSION?=274ec65af6e54039eb95cb44904af5c945dca1fa
CPPLLAMA_VERSION?=c27ac678dd393af0da9b8acf10266e760c8a0912
# whisper.cpp version
WHISPER_REPO?=https://github.com/ggerganov/whisper.cpp