Skip to content

Commit

Permalink
Merge branch 'master' into rf-config-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-gray101 committed Dec 23, 2023
2 parents b7eb950 + 987f004 commit bf52a8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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?=328b83de23b33240e28f4e74900d1d06726f5eb1
CPPLLAMA_VERSION?=7082d24cec35e9ce9147535a2224dfc67ee0a78c

# gpt4all version
GPT4ALL_REPO?=https://github.com/nomic-ai/gpt4all
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/data/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v2.1.0"
"version": "v2.2.0"
}

0 comments on commit bf52a8f

Please sign in to comment.