mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-30 23:44:59 +00:00
chore(deps): update whisper.cpp (#3443)
* chore(deps): update whisper.cpp Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * chore: use clang Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * fix: path for x86 is different Signed-off-by: Ettore Di Giacinto <mudler@localai.io> * test: try to skip whisper on mac x86_64 Signed-off-by: Ettore Di Giacinto <mudler@localai.io> --------- Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
c2804c42fe
commit
56db715a91
3 changed files with 6 additions and 5 deletions
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ RWKV_VERSION?=661e7ae26d442f5cfebd2a0881b44e8c55949ec6
|
|||
|
||||
# whisper.cpp version
|
||||
WHISPER_REPO?=https://github.com/ggerganov/whisper.cpp
|
||||
WHISPER_CPP_VERSION?=9e3c5345cd46ea718209db53464e426c3fe7a25e
|
||||
WHISPER_CPP_VERSION?=c96906d84dd6a1c40ea797ad542df3a0c47307a3
|
||||
|
||||
# bert.cpp version
|
||||
BERT_REPO?=https://github.com/go-skynet/go-bert.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue