summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Milosavljevic <[email protected]>2025-01-07 11:10:15 +0100
committerDanny Milosavljevic <[email protected]>2025-01-07 11:10:15 +0100
commitb01e7b649f8a50a652ab2f2bdc6e46c75734419b (patch)
treeedc84555106efd20752450203fdfd654215eaf96
parent329daafcc3c798dd180fd98ff757452e3e016235 (diff)
gnu: whisper-cpp: Enable tests.
* gnu/packages/machine-learning.scm (whisper-cpp)[arguments]<#:tests?>: Remove. Change-Id: I71964e4f3d43ff02f6aa529bd66700bd8ab63687
-rw-r--r--gnu/packages/machine-learning.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm
index 1617ef917e..60449ef7ef 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -688,7 +688,6 @@ independently to be able to run a LLaMA model.")
(build-system cmake-build-system)
(arguments
(list
- #:tests? #false ; uhh. They have it commented out in CMakeLists.txt
#:configure-flags
#~(list "-DWHISPER_STANDALONE=TRUE"
"-DWHISPER_SDL2=TRUE"