feat: Add the LocalVQE compact Pi model line - #77
Merged
Conversation
Update the LocalVQE submodule and flake input from v1.3 to latest main, which adds the ~49K-parameter GTCRN-AEC models for low-power CPUs (~21x realtime on one Raspberry Pi 5 core), a per-hop streaming frame API and an s16 frame-API null-deref fix. Wire the self-contained Pi ggufs in as selectable variants (pi-v1 for AEC+NS+dereverb, pi-aec-v1 for echo-only) with verified checksums; the embedded DAF front-end means localvqe_new resolves them without any binding changes. Bundle them in the CMake build alongside v1.2/v1.3. The updated LocalVQE applies its vendored ggml-gru patch at configure time with git, so add git to the liblocalvqe derivation's nativeBuildInputs. Add an integration test that drives every bundled model through the real shared library via the purego path the app uses, requiring >=12 dB echo suppression on a settled pure-echo stream. It defaults to the CMake build outputs and skips when they are absent. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the LocalVQE submodule and flake input from v1.3 to latest main,
which adds the ~49K-parameter GTCRN-AEC models for low-power CPUs
(~21x realtime on one Raspberry Pi 5 core), a per-hop streaming frame
API and an s16 frame-API null-deref fix.
Wire the self-contained Pi ggufs in as selectable variants (pi-v1 for
AEC+NS+dereverb, pi-aec-v1 for echo-only) with verified checksums; the
embedded DAF front-end means localvqe_new resolves them without any
binding changes. Bundle them in the CMake build alongside v1.2/v1.3.
The updated LocalVQE applies its vendored ggml-gru patch at configure
time with git, so add git to the liblocalvqe derivation's
nativeBuildInputs.
Add an integration test that drives every bundled model through the
real shared library via the purego path the app uses, requiring >=12 dB
echo suppression on a settled pure-echo stream. It defaults to the
CMake build outputs and skips when they are absent.
Co-Authored-By: Claude Fable 5 noreply@anthropic.com