diff --git a/Makefile b/Makefile index 0cf0f9b17cc1..adfdeb5995d3 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ GOLLAMA_VERSION?=aeba71ee842819da681ea537e78846dc75949ac0 GOLLAMA_STABLE_VERSION?=50cee7712066d9e38306eccadcfbb44ea87df4b7 -CPPLLAMA_VERSION?=328b83de23b33240e28f4e74900d1d06726f5eb1 +CPPLLAMA_VERSION?=7082d24cec35e9ce9147535a2224dfc67ee0a78c # gpt4all version GPT4ALL_REPO?=https://github.com/nomic-ai/gpt4all @@ -19,10 +19,10 @@ GOGGMLTRANSFORMERS_VERSION?=ffb09d7dd71e2cbc6c5d7d05357d230eea6f369a # go-rwkv version RWKV_REPO?=https://github.com/donomii/go-rwkv.cpp -RWKV_VERSION?=8f6d062fa80ed4ac4a00d1ac53aa4de54183fffe +RWKV_VERSION?=633c5a3485c403cb2520693dc0991a25dace9f0f # whisper.cpp version -WHISPER_CPP_VERSION?=9286d3f584240ba58bd44a1bd1e85141579c78d4 +WHISPER_CPP_VERSION?=8986690c2a7b81b2b5d79cdc186b5aa672311740 # bert.cpp version BERT_VERSION?=6abe312cded14042f6b7c3cd8edf082713334a4d diff --git a/docs/data/version.json b/docs/data/version.json index 78581eba1c23..26f9a280cfed 100644 --- a/docs/data/version.json +++ b/docs/data/version.json @@ -1,3 +1,3 @@ { - "version": "v2.1.0" + "version": "v2.2.0" }