Skip to content

Commit 9e7b509

Browse files
committed
update to 1.5.1, reenable METAL GPU support
1 parent 6af66f8 commit 9e7b509

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RWKV_REPO?=https://github.com/donomii/go-rwkv.cpp
2222
RWKV_VERSION?=c898cd0f62df8f2a7830e53d1d513bef4f6f792b
2323

2424
# whisper.cpp version
25-
WHISPER_CPP_VERSION?=d38af151a1ed5378c5a9ae368e767ed22c8ab141
25+
WHISPER_CPP_VERSION?=9d6ebd877ce7d99053423d186e6f5387a4a4753c
2626

2727
# bert.cpp version
2828
BERT_VERSION?=6abe312cded14042f6b7c3cd8edf082713334a4d
@@ -103,7 +103,7 @@ endif
103103
ifeq ($(BUILD_TYPE),metal)
104104
CGO_LDFLAGS+=-framework Foundation -framework Metal -framework MetalKit -framework MetalPerformanceShaders
105105
export LLAMA_METAL=1
106-
# export WHISPER_METAL=1
106+
export WHISPER_METAL=1
107107
endif
108108

109109
ifeq ($(BUILD_TYPE),clblas)

0 commit comments

Comments
 (0)