openai-whisper-cpp: 1.7.0 -> 1.7.1
Diff: https://www.github.com/ggerganov/whisper.cpp/compare/refs/tags/v1.7.0...v1.7.1
This commit is contained in:
parent
02b61c1506
commit
052ce831da
@ -25,13 +25,13 @@ let
|
||||
in
|
||||
effectiveStdenv.mkDerivation (finalAttrs: {
|
||||
pname = "whisper-cpp";
|
||||
version = "1.7.0";
|
||||
version = "1.7.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ggerganov";
|
||||
repo = "whisper.cpp";
|
||||
rev = "refs/tags/v${finalAttrs.version}" ;
|
||||
hash = "sha256-obAXqqQEs7lkv6v1vl3aN+Vh6wPSYSXXbI6mlee6/QM=";
|
||||
hash = "sha256-EDFUVjud79ZRCzGbOh9L9NcXfN3ikvsqkVSOME9F9oo=";
|
||||
};
|
||||
|
||||
# The upstream download script tries to download the models to the
|
||||
|
Loading…
Reference in New Issue
Block a user