Skip to content

Commit a016916

Browse files
committed
whisper.cpp: use system ggml
1 parent 24e25f3 commit a016916

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

runtime-creativity/whisper.cpp/autobuild/defines

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
PKGNAME=whisper.cpp
22
PKGSEC=misc
3-
PKGDEP="vulkan"
4-
BUILDDEP="shaderc"
3+
PKGDEP="gcc-runtime glibc ggml"
54
PKGDES="Utility and library to work with OpenAI's automatic speech recognition model"
65

76
CMAKE_AFTER=(
8-
"-DGGML_VULKAN=1"
7+
'-DWHISPER_USE_SYSTEM_GGML=ON'
98
)
109

1110
# FIXME: fix riscv64 build

runtime-creativity/whisper.cpp/spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ VER=1.7.6
22
SRCS="git::commit=tags/v$VER::https://github.com/ggml-org/whisper.cpp"
33
CHKSUMS="SKIP"
44
CHKUPDATE="anitya::id=372280"
5+
REL=1

0 commit comments

Comments
 (0)