We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af66f8 commit 9e7b509Copy full SHA for 9e7b509
Makefile
@@ -22,7 +22,7 @@ RWKV_REPO?=https://github.com/donomii/go-rwkv.cpp
22
RWKV_VERSION?=c898cd0f62df8f2a7830e53d1d513bef4f6f792b
23
24
# whisper.cpp version
25
-WHISPER_CPP_VERSION?=d38af151a1ed5378c5a9ae368e767ed22c8ab141
+WHISPER_CPP_VERSION?=9d6ebd877ce7d99053423d186e6f5387a4a4753c
26
27
# bert.cpp version
28
BERT_VERSION?=6abe312cded14042f6b7c3cd8edf082713334a4d
@@ -103,7 +103,7 @@ endif
103
ifeq ($(BUILD_TYPE),metal)
104
CGO_LDFLAGS+=-framework Foundation -framework Metal -framework MetalKit -framework MetalPerformanceShaders
105
export LLAMA_METAL=1
106
- # export WHISPER_METAL=1
+ export WHISPER_METAL=1
107
endif
108
109
ifeq ($(BUILD_TYPE),clblas)
0 commit comments