Merge branch 'master' into feat/llama.cpp-quantcache

This commit is contained in:
Ettore Di Giacinto 2024-12-06 09:15:50 +01:00 committed by GitHub
commit c8bc017362
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 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?=59f4db10883a4f3e855cffbf2c3ab68430e95272
CPPLLAMA_VERSION?=c9c6e01daedac542b174c235872569fce5385982
# whisper.cpp version
WHISPER_REPO?=https://github.com/ggerganov/whisper.cpp

View file

@ -1,3 +1,3 @@
{
"version": "v2.23.0"
"version": "v2.24.0"
}