Skip to content

Commit d883c54

Browse files
committed
use older whisper.cpp on aarch64
1 parent 346e644 commit d883c54

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

flatpak/net.mkiol.SpeechNote-tiny.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,8 +559,15 @@ modules:
559559
- "mv /app/lib/libwhisper.so /app/lib/libwhisper-openblas.so"
560560
sources:
561561
- type: archive
562+
only-arches:
563+
- x86_64
562564
url: https://github.com/ggerganov/whisper.cpp/archive/684bc8bd7033bf870f4a1cf977719bb7c43fa9b9.zip
563565
sha256: 292f5b51ee101be10b653c223ba19237d8ae02d7fc6a9a2ea0f5708bcd63802f
566+
- type: archive
567+
only-arches:
568+
- aarch64
569+
url: https://github.com/ggerganov/whisper.cpp/archive/refs/tags/v1.4.3.tar.gz
570+
sha256: 5f11c0542639bfb0b3c9d1b033d10ccd69ca26e739aec9366766617bc58a6e7c
564571
- type: patch
565572
path: ../patches/whispercpp.patch
566573

@@ -584,8 +591,15 @@ modules:
584591
- "mv /app/lib/libwhisper.so /app/lib/libwhisper-fallback.so"
585592
sources:
586593
- type: archive
594+
only-arches:
595+
- x86_64
587596
url: https://github.com/ggerganov/whisper.cpp/archive/684bc8bd7033bf870f4a1cf977719bb7c43fa9b9.zip
588597
sha256: 292f5b51ee101be10b653c223ba19237d8ae02d7fc6a9a2ea0f5708bcd63802f
598+
- type: archive
599+
only-arches:
600+
- aarch64
601+
url: https://github.com/ggerganov/whisper.cpp/archive/refs/tags/v1.4.3.tar.gz
602+
sha256: 5f11c0542639bfb0b3c9d1b033d10ccd69ca26e739aec9366766617bc58a6e7c
589603
- type: patch
590604
path: ../patches/whispercpp.patch
591605

flatpak/net.mkiol.SpeechNote.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,8 +562,15 @@ modules:
562562
- "mv /app/lib/libwhisper.so /app/lib/libwhisper-openblas.so"
563563
sources:
564564
- type: archive
565+
only-arches:
566+
- x86_64
565567
url: https://github.com/ggerganov/whisper.cpp/archive/684bc8bd7033bf870f4a1cf977719bb7c43fa9b9.zip
566568
sha256: 292f5b51ee101be10b653c223ba19237d8ae02d7fc6a9a2ea0f5708bcd63802f
569+
- type: archive
570+
only-arches:
571+
- aarch64
572+
url: https://github.com/ggerganov/whisper.cpp/archive/refs/tags/v1.4.3.tar.gz
573+
sha256: 5f11c0542639bfb0b3c9d1b033d10ccd69ca26e739aec9366766617bc58a6e7c
567574
- type: patch
568575
path: ../patches/whispercpp.patch
569576

@@ -587,8 +594,15 @@ modules:
587594
- "mv /app/lib/libwhisper.so /app/lib/libwhisper-fallback.so"
588595
sources:
589596
- type: archive
597+
only-arches:
598+
- x86_64
590599
url: https://github.com/ggerganov/whisper.cpp/archive/684bc8bd7033bf870f4a1cf977719bb7c43fa9b9.zip
591600
sha256: 292f5b51ee101be10b653c223ba19237d8ae02d7fc6a9a2ea0f5708bcd63802f
601+
- type: archive
602+
only-arches:
603+
- aarch64
604+
url: https://github.com/ggerganov/whisper.cpp/archive/refs/tags/v1.4.3.tar.gz
605+
sha256: 5f11c0542639bfb0b3c9d1b033d10ccd69ca26e739aec9366766617bc58a6e7c
592606
- type: patch
593607
path: ../patches/whispercpp.patch
594608

0 commit comments

Comments
 (0)