gpo.zugaina.org

Search Portage & Overlays:

sci-ml/whisper-cpp

Port of OpenAI's Whisper model in C/C++

Screenshots

  • whisper-cpp-1.9.4
    ~amd64

    View      Download      Browse     License: MIT   
    Overlay: phackerlay
  • whisper-cpp-1.9.4
    ~amd64
    blas cuda ffmpeg opencl hip sdl2 vulkan cpu_flags_x86_sse4_2 cpu_flags_x86_avx cpu_flags_x86_avx_vnni cpu_flags_x86_avx2 cpu_flags_x86_bmi2 cpu_flags_x86_avx512f cpu_flags_x86_avx512cd cpu_flags_x86_avx512vl cpu_flags_x86_avx512dq cpu_flags_x86_avx512bw cpu_flags_x86_avx512vbmi cpu_flags_x86_avx512_vnni cpu_flags_x86_avx512_bf16 cpu_flags_x86_fma3 cpu_flags_x86_f16c cpu_flags_x86_amx_tile cpu_flags_x86_amx_int8 cpu_flags_x86_amx_bf16 cpu_flags_arm_asimddp cpu_flags_arm_asimdhp cpu_flags_arm_sve cpu_flags_arm_i8mm cpu_flags_arm_sve2

    View      Download      Browse     License: MIT   
    Overlay: bentoo
  • whisper-cpp-1.8.7
    ~amd64

    View      Download      Browse     License: MIT   
    Overlay: phackerlay

ChangeLog

commit 50b72d3b3f08c87179f5a3d9840fa0b04136835d
Author: lucascouts <lucascs@protonmail.com>
Date: Fri Sep 11 11:48:00 2026 -0300

add(metadata/{md5-cache/dev-util/codex-desktop-bin-26.908.31748, md5-cache/dev-util/mesa_clc-26.3.0_pre20260911, md5-cache/media-libs/mesa-26.3.0_pre20260911, md5-cache/media-libs/vulkan-loader-1.4.362_p20260911, md5-cache/net-misc/postman-bin-12.27.6, md5-cache/sci-ml/whisper-cpp-1.9.4, md5-cache/www-client/opera-135.0.5973.133}), mod(metadata/{md5-cache/dev-cpp/safeint-3.0.28a, md5-cache/sci-libs/dlpack-1.3}, .autoupdate/packages.toml), up(dev-util/{codex-desktop-bin-26.903.71938 -> 26.908.31748, mesa_clc-26.3.0_pre20260910 -> 26.3.0_pre20260911}, media-libs/{mesa-26.3.0_pre20260910 -> 26.3.0_pre20260911, vulkan-loader-1.4.362_p20260909 -> 1.4.362_p20260911}, net-misc/postman-bin-12.27.5 -> 12.27.6, sci-ml/whisper-cpp-1.9.3 -> 1.9.4, www-client/opera-135.0.5973.123-r1 -> 135.0.5973.133)

commit fe40ab830eceba51e7eb15d4757d64ce26c96b19
Author: lucascouts <lucascs@protonmail.com>
Date: Thu Aug 20 20:13:43 2026 -0300

add(metadata/{md5-cache/app-editors/vim-9.2.0992, md5-cache/app-editors/vim-core-9.2.0992, md5-cache/app-editors/zed-bin-1.16.1, md5-cache/app-editors/zed-bin-1.17.0_pre, md5-cache/dev-util/antigravity-hub-bin-2.9.1.4871453687021568, md5-cache/dev-util/codex-desktop-bin-26.818.31338, md5-cache/net-libs/webkit-gtk-2.52.6-r410, md5-cache/net-libs/webkit-gtk-2.52.6-r600, md5-cache/sci-ml/whisper-cpp-1.9.3}), mod(.autoupdate/packages.toml), up(app-editors/{vim-9.2.0990 -> 9.2.0992, vim-core-9.2.0990 -> 9.2.0992, zed-bin-1.15.1 -> 1.16.1, zed-bin-1.16.1_pre -> 1.17.0_pre}, dev-util/{antigravity-hub-bin-2.8.1.6512087774658560 -> 2.9.1.4871453687021568, codex-desktop-bin-26.818.21641 -> 26.818.31338}, net-libs/{webkit-gtk-2.52.5-r411 -> 2.52.6-r410, webkit-gtk-2.52.5-r601 -> 2.52.6-r600}, sci-ml/whisper-cpp-1.9.2 -> 1.9.3)

commit 35ffa1c3857aedf99bebf9deb8d8e76ea7317518
Author: lucascouts <lucascs@protonmail.com>
Date: Sun Aug 9 13:20:15 2026 -0300

mod(sci-ml/{llama-cpp-0_pre10333,whisper-cpp-1.9.2,stable-diffusion-cpp-0_pre782}, sci-libs/onnxruntime-1.28.0): drop ~arm64, the validation behind it was descoped

These four were keyworded ~arm64 by the AI-stack work on the strength of a
qemu-user chroot build that would be run later. That validation is descoped as
of 2026-08-08, so the keyword was left asserting a build nobody had run.

Shipping an unvalidated keyword is worse than shipping none. It tells an arm64
user the package was considered on their architecture when it was only assumed
to work there, and the failure lands on them at build time instead of on the
maintainer at packaging time.

Each ebuild now carries the reasoning inline, next to KEYWORDS, including the
reversal condition: restore ~arm64 together with a recorded arm64 build, not
before. Kept deliberately: stable-diffusion-cpp's REQUIRED_USE="arm64? (
!rocm )". It costs nothing while the keyword is absent and is correct the
moment it returns.

This is a restriction, not a limitation, and the distinction is written into
every one of the four comments. Upstream supports aarch64 in all four cases --
ggml exposes GGML_CPU_ARM_ARCH, whisper.cpp treats Apple Silicon as a headline
platform, sd.cpp has no arch gate beyond SD_METAL, and onnxruntime publishes
aarch64 artifacts. Nothing here is evidence against arm64; it is the absence of
evidence for it on this overlay's own terms.

Recorded against the overlay's stated principle -- "KEYWORDS should include
~arm64 whenever upstream supports it; restricting to ~amd64 needs a
justification, not a default." The justification is the one above, and it is
about validation capacity rather than about the packages. It is also narrow:
294 ebuilds in this overlay carry ~arm64 and none of them are touched here.

Not touched, and worth stating so the boundary is legible:

sci-ml/lemonade{,-bin} keep ~arm64. Their keyword never rested on the
descoped chroot -- lemonade-bin's SRC_URI fetches an
upstream-published arm64 tarball and src_install
consumes it. That is direct upstream evidence, which
is the other basis this overlay accepts.
sci-ml/ik_llama-cpp already ~amd64 only, for its own recorded reason.
sci-libs/onnxruntime-bin already ~amd64 only.

No Manifest change: KEYWORDS does not touch SRC_URI, and the overlay uses thin
manifests. No revbump either -- KEYWORDS does not change the installed image,
and a revbump would be actively wrong here, showing arm64 users a new version
they cannot install instead of letting the existing one fall out of view.

pkgcheck clean on all four (DependencyCheck, MetadataVarCheck,
PackageMetadataXmlCheck, VisibilityCheck, SrcUriCheck, RestrictCheck,
KeywordsCheck).

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

commit ea95a6a93d0ba4708a95d80e97d3d38d74017334
Author: lucascouts <lucascs@protonmail.com>
Date: Tue Aug 4 15:02:37 2026 -0300

add(metadata/{md5-cache/dev-util/vulkan-tools-1.4.358_p20260804, md5-cache/sci-ml/llama-cpp-0_pre10269, md5-cache/sci-ml/whisper-cpp-1.9.2}), mod(.autoupdate/packages.toml), up(dev-util/vulkan-tools-1.4.357_p20260804 -> 1.4.358_p20260804, sci-ml/{llama-cpp-0_pre10265 -> 0_pre10269, whisper-cpp-1.9.1 -> 1.9.2})

commit 24355c1170b0ca3cc788763c1adf79611c47e03e
Author: lucascouts <lucascs@protonmail.com>
Date: Sun Jul 19 18:19:15 2026 -0300

add(dev-cpp/safeint-3.0.28a, sci-libs/dlpack-1.3), mod(sci-ml/{llama-cpp, whisper-cpp, stable-diffusion-cpp, ik_llama-cpp}, sci-libs/onnxruntime-bin, .autoupdate/packages.toml)

Story 002 (AI stack foundation), completing work partially captured by
5a315107. That commit swept an intermediate state of this series into an
unrelated bump; this finishes it.

Unblocks sci-libs/onnxruntime: dev-cpp/safeint and sci-libs/dlpack exist
only in ::guru, so as of 5a315107 onnxruntime was uninstallable on every
arch. Both ported header-only, Manifests regenerated from independently
downloaded distfiles and byte-identical to guru's.

ROCm USE flag renamed rocm -> hip across the family. Empirically, and
reproducibly in both directions on two independent packages, naming it
"rocm" makes pkgcheck emit NonsolvableDeps{InDev,InStable} on arm64
profiles while "hip" scans clean, for identical semantics and identical
dependencies. The mechanism is NOT understood and the pruning is not
universal (an equivalent arm64? ( !webm ) guard does not silence
media-libs/libwebm). Recorded as a workaround, not a rule; re-check on
pkgcheck upgrades. See story 002 design D1.4a.

Correctness fixes found while adapting, each a USE flag that pulled real
dependencies and did nothing:
- whisper-cpp: GGML_CLBLAST does not exist in 1.9.1; USE=opencl built
no OpenCL support. Now -DGGML_OPENCL.
- ik_llama-cpp: GGML_HIP is a no-op in that fork (it is GGML_HIPBLAS);
USE=rocm pulled hip and hipBLAS and built zero GPU support.
- whisper-cpp and ik_llama-cpp: -DGGML_NATIVE=OFF alone does not pin
the x86 baseline. INS_ENB leaves AVX/AVX2/FMA/F16C defaulting ON, so
both shipped binaries that SIGILL on pre-Haswell hardware regardless
of CPU_FLAGS_X86. Both now wire the flags explicitly.
- onnxruntime-bin: headers installed flat into /usr/include while the
shipped .pc and CMake config both declare
includedir=${prefix}/include/onnxruntime, and the .pc carried
prefix=/usr/local. Both corrected.
- llama-cpp: unpinned webui fetch (mutable bucket pointer, no Manifest
checksum) removed from all three ebuilds, not just the newest.

arm64 VALIDATION LEVEL — upstream evidence only, NO test build (R1.5).
KEYWORDS="~amd64 ~arm64" on llama-cpp, whisper-cpp, stable-diffusion-cpp,
onnxruntime and onnxruntime-bin rests on upstream source inspection and
dependency keyword surveys. The qemu-user chroot build (story 002 tasks
1.10/1.11) was NOT run: it needs a qemu rebuild with static-user, a
binfmt handler and a stage3. Nothing here asserts arm64 runtime
correctness, and no GPU backend was validated on any architecture.
ik_llama-cpp stays ~amd64 deliberately.

NOT BUILT. No emerge was run for any package in this commit. Every option
name, install path and collision claim was verified by reading pinned
upstream sources, not by execution. The per-package emerge gates (tasks
2.12, 3.11, 4.11, 5.11) remain open.

pkgcheck: llama-cpp, whisper-cpp, ik_llama-cpp, onnxruntime-bin, safeint
and dlpack are clean. stable-diffusion-cpp reports 4 (media-libs/libwebm
is ~amd64-only) and onnxruntime reports 4 (safeint/dlpack kept at ~amd64,
plus dev-python/coloredlogs has no arm64 keyword). Both accepted and
documented.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

commit 5a315107f3ff8696462c6646020302035ffa2ee7
Author: lucascouts <lucascs@protonmail.com>
Date: Sun Jul 19 18:01:25 2026 -0300

add(sci-libs/onnxruntime{,-bin}-1.27.1, sci-ml/{ik_llama-cpp-0_pre20260718, stable-diffusion-cpp-0_pre782, whisper-cpp-1.9.1}), add(metadata/{md5-cache/app-editors/vim-9.2.0810, md5-cache/app-editors/vim-core-9.2.0810, md5-cache/app-portage/bentoolkit-0.14.0, md5-cache/sci-libs/onnxruntime-1.27.1, md5-cache/sci-libs/onnxruntime-bin-1.27.1, md5-cache/sci-ml/ik_llama-cpp-0_pre20260718, md5-cache/sci-ml/stable-diffusion-cpp-0_pre782, md5-cache/sci-ml/whisper-cpp-1.9.1}), mod(sci-ml/{llama-cpp-0_pre10019, llama-cpp-0_pre10057, llama-cpp-0_pre10068}), mod(metadata/{md5-cache/app-portage/bentoolkit-0.13.1, md5-cache/sci-ml/llama-cpp-0_pre10019, md5-cache/sci-ml/llama-cpp-0_pre10057, md5-cache/sci-ml/llama-cpp-0_pre10068}), up(app-editors/{vim, vim-core}-9.2.0807 -> 9.2.0810, app-portage/bentoolkit-0.13.1 -> 0.14.0)