Skip to content

Commit ba2040a

Browse files
committed
whisper.cpp: use system ggml
1 parent ec13a8f commit ba2040a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

runtime-creativity/whisper.cpp/autobuild/defines

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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_BUILD_TESTS=OFF'
8+
'-DWHISPER_USE_SYSTEM_GGML=ON'
99
)
1010

1111
# 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)