Package: whisper.cpp / 1.8.3+dfsg-2

Metadata

Package Version Patches format
whisper.cpp 1.8.3+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
2030 workarounds for DFSG cleaning.patch | (download)

CMakeLists.txt | 5 3 + 2 - 0 !
examples/CMakeLists.txt | 7 4 + 3 - 0 !
2 files changed, 7 insertions(+), 5 deletions(-)

 workarounds for dfsg cleaning

Skip build actions that apply to things that were removed during
DFSG-cleaning.

2040 disable talk llama.diff | (download)

examples/CMakeLists.txt | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 disable talk-llama until it is properly integrated with llama.cpp
 packages

cmake Drop obsolete build time configuration of backends.patch | (download)

cmake/whisper-config.cmake.in | 45 5 + 40 - 0 !
1 file changed, 5 insertions(+), 40 deletions(-)

 cmake: drop obsolete build-time configuration of backends

The configuration happens in ggml. This new configuration mirrors what
was implemented for llama.cpp.