summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMostly Void <7rat13@gmail.com>2023-02-05 19:14:27 +0530
committerYt <happysalada@proton.me>2023-02-05 10:25:23 -0500
commitb34c81ce6868db91555c65fcd10ef53530ad75f2 (patch)
tree0d9b171b33c4dfd9e14a9cf5935e4cfdf2e754af
parentd6778203deba459c477a43bc0d5501b332fe7daf (diff)
openai-whisper-cpp: 1.0.4 -> 1.2.0
-rw-r--r--pkgs/tools/audio/openai-whisper-cpp/default.nix6
-rw-r--r--pkgs/tools/audio/openai-whisper-cpp/download-models.patch4
2 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/tools/audio/openai-whisper-cpp/default.nix b/pkgs/tools/audio/openai-whisper-cpp/default.nix
index b59016e2c9f1..a55c83028151 100644
--- a/pkgs/tools/audio/openai-whisper-cpp/default.nix
+++ b/pkgs/tools/audio/openai-whisper-cpp/default.nix
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "whisper-cpp";
- version = "1.0.4";
+ version = "1.2.0";
src = fetchFromGitHub {
owner = "ggerganov";
repo = "whisper.cpp";
- rev = version;
- sha256 = "sha256-lw+POI47bW66NlmMPJKAkqAYhOnyGaFqcS2cX5LRBbk=";
+ rev = "refs/tags/v${version}" ;
+ hash = "sha256-7/10t1yE7Gbs+cyj8I9vJoDeaxEz9Azc2j3f6QCjDGM=";
};
# The upstream download script tries to download the models to the
diff --git a/pkgs/tools/audio/openai-whisper-cpp/download-models.patch b/pkgs/tools/audio/openai-whisper-cpp/download-models.patch
index 419ddced72b9..11498e6c75ee 100644
--- a/pkgs/tools/audio/openai-whisper-cpp/download-models.patch
+++ b/pkgs/tools/audio/openai-whisper-cpp/download-models.patch
@@ -1,5 +1,5 @@
diff --git a/models/download-ggml-model.sh b/models/download-ggml-model.sh
-index cf54623..5e9c905 100755
+index 7075080..5e9c905 100755
--- a/models/download-ggml-model.sh
+++ b/models/download-ggml-model.sh
@@ -9,18 +9,6 @@
@@ -16,7 +16,7 @@ index cf54623..5e9c905 100755
- fi
-}
-
--models_path=$(get_script_path)
+-models_path="$(get_script_path)"
-
# Whisper models
models=( "tiny.en" "tiny" "base.en" "base" "small.en" "small" "medium.en" "medium" "large-v1" "large" )