Skip to content

Commit

Permalink
use older whisper.cpp on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
mkiol committed Nov 12, 2023
1 parent 346e644 commit d883c54
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions flatpak/net.mkiol.SpeechNote-tiny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -559,8 +559,15 @@ modules:
- "mv /app/lib/libwhisper.so /app/lib/libwhisper-openblas.so"
sources:
- type: archive
only-arches:
- x86_64
url: https://github.com/ggerganov/whisper.cpp/archive/684bc8bd7033bf870f4a1cf977719bb7c43fa9b9.zip
sha256: 292f5b51ee101be10b653c223ba19237d8ae02d7fc6a9a2ea0f5708bcd63802f
- type: archive
only-arches:
- aarch64
url: https://github.com/ggerganov/whisper.cpp/archive/refs/tags/v1.4.3.tar.gz
sha256: 5f11c0542639bfb0b3c9d1b033d10ccd69ca26e739aec9366766617bc58a6e7c
- type: patch
path: ../patches/whispercpp.patch

Expand All @@ -584,8 +591,15 @@ modules:
- "mv /app/lib/libwhisper.so /app/lib/libwhisper-fallback.so"
sources:
- type: archive
only-arches:
- x86_64
url: https://github.com/ggerganov/whisper.cpp/archive/684bc8bd7033bf870f4a1cf977719bb7c43fa9b9.zip
sha256: 292f5b51ee101be10b653c223ba19237d8ae02d7fc6a9a2ea0f5708bcd63802f
- type: archive
only-arches:
- aarch64
url: https://github.com/ggerganov/whisper.cpp/archive/refs/tags/v1.4.3.tar.gz
sha256: 5f11c0542639bfb0b3c9d1b033d10ccd69ca26e739aec9366766617bc58a6e7c
- type: patch
path: ../patches/whispercpp.patch

Expand Down
14 changes: 14 additions & 0 deletions flatpak/net.mkiol.SpeechNote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -562,8 +562,15 @@ modules:
- "mv /app/lib/libwhisper.so /app/lib/libwhisper-openblas.so"
sources:
- type: archive
only-arches:
- x86_64
url: https://github.com/ggerganov/whisper.cpp/archive/684bc8bd7033bf870f4a1cf977719bb7c43fa9b9.zip
sha256: 292f5b51ee101be10b653c223ba19237d8ae02d7fc6a9a2ea0f5708bcd63802f
- type: archive
only-arches:
- aarch64
url: https://github.com/ggerganov/whisper.cpp/archive/refs/tags/v1.4.3.tar.gz
sha256: 5f11c0542639bfb0b3c9d1b033d10ccd69ca26e739aec9366766617bc58a6e7c
- type: patch
path: ../patches/whispercpp.patch

Expand All @@ -587,8 +594,15 @@ modules:
- "mv /app/lib/libwhisper.so /app/lib/libwhisper-fallback.so"
sources:
- type: archive
only-arches:
- x86_64
url: https://github.com/ggerganov/whisper.cpp/archive/684bc8bd7033bf870f4a1cf977719bb7c43fa9b9.zip
sha256: 292f5b51ee101be10b653c223ba19237d8ae02d7fc6a9a2ea0f5708bcd63802f
- type: archive
only-arches:
- aarch64
url: https://github.com/ggerganov/whisper.cpp/archive/refs/tags/v1.4.3.tar.gz
sha256: 5f11c0542639bfb0b3c9d1b033d10ccd69ca26e739aec9366766617bc58a6e7c
- type: patch
path: ../patches/whispercpp.patch

Expand Down

0 comments on commit d883c54

Please sign in to comment.