We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b495804 + 96377fe commit 81e5eb9Copy full SHA for 81e5eb9
Makefile
@@ -8,15 +8,15 @@ DETECT_LIBS?=true
8
# llama.cpp versions
9
GOLLAMA_REPO?=https://github.com/go-skynet/go-llama.cpp
10
GOLLAMA_VERSION?=2b57a8ae43e4699d3dc5d1496a1ccd42922993be
11
-CPPLLAMA_VERSION?=d3481e631661b5e9517f78908cdd58cee63c4903
+CPPLLAMA_VERSION?=9fe0fb062630728e3c21b5839e3bce87bff2440a
12
13
# go-rwkv version
14
RWKV_REPO?=https://github.com/donomii/go-rwkv.cpp
15
RWKV_VERSION?=661e7ae26d442f5cfebd2a0881b44e8c55949ec6
16
17
# whisper.cpp version
18
WHISPER_REPO?=https://github.com/ggerganov/whisper.cpp
19
-WHISPER_CPP_VERSION?=d24f981fb2fbf73ec7d72888c3129d1ed3f91916
+WHISPER_CPP_VERSION?=6266a9f9e56a5b925e9892acf650f3eb1245814d
20
21
# bert.cpp version
22
BERT_REPO?=https://github.com/go-skynet/go-bert.cpp
0 commit comments