File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RWKV_REPO?=https://github.com/donomii/go-rwkv.cpp
16
16
RWKV_VERSION? =661e7ae26d442f5cfebd2a0881b44e8c55949ec6
17
17
18
18
# whisper.cpp version
19
- WHISPER_CPP_VERSION? =b29b3b29240aac8b71ce8e5a4360c1f1562ad66f
19
+ WHISPER_CPP_VERSION? =c118733a29ad4a984015a5c08fd585086d01087a
20
20
21
21
# bert.cpp version
22
22
BERT_VERSION? =710044b124545415f555e4260d16b146c725a6e4
@@ -792,7 +792,7 @@ backend-assets/grpc/tinydream: sources/go-tiny-dream sources/go-tiny-dream/libti
792
792
$(GOCMD ) build -ldflags " $( LD_FLAGS) " -tags " $( GO_TAGS) " -o backend-assets/grpc/tinydream ./backend/go/image/tinydream
793
793
794
794
backend-assets/grpc/whisper : sources/whisper.cpp sources/whisper.cpp/libwhisper.a backend-assets/grpc
795
- CGO_LDFLAGS=" $( CGO_LDFLAGS) $( CGO_LDFLAGS_WHISPER) " C_INCLUDE_PATH=$(CURDIR ) /sources/whisper.cpp LIBRARY_PATH=$(CURDIR ) /sources/whisper.cpp \
795
+ CGO_LDFLAGS=" $( CGO_LDFLAGS) $( CGO_LDFLAGS_WHISPER) " C_INCLUDE_PATH=" $( CURDIR) /sources/whisper.cpp/include: $( CURDIR ) /sources/whisper.cpp/ggml/include " LIBRARY_PATH=$(CURDIR ) /sources/whisper.cpp \
796
796
$(GOCMD ) build -ldflags " $( LD_FLAGS) " -tags " $( GO_TAGS) " -o backend-assets/grpc/whisper ./backend/go/transcribe/
797
797
798
798
backend-assets/grpc/local-store : backend-assets/grpc
You can’t perform that action at this time.
0 commit comments