feat: Bundle v1.2/v1.3 LocalVQE models, add runtime version selection#69
Merged
Conversation
Bump LocalVQE to v1.3 (de56a17) and let users pick the LocalVQE model at runtime via VOXINPUT_LOCALVQE_MODEL_VERSION. The CMake build now downloads and bundles both the v1.2-1.3M (default) and v1.3-4.8M GGUFs under share/voxinput. At runtime EnsureModel resolves the requested variant (default v1.2; accepts the bare "v1.2"/"v1.3" alias or the full version-size form) to its bundled file, falling back to a checksum-verified download into the user cache for plain `go build` installs that bundle nothing. The GGUF file name is formatted in one place (modelFileName); CMake keeps its own copy with a note to stay in sync. Documented the new env var in the CLI help and README. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Bump LocalVQE to v1.3 (de56a17) and let users pick the LocalVQE model
at runtime via VOXINPUT_LOCALVQE_MODEL_VERSION.
The CMake build now downloads and bundles both the v1.2-1.3M (default)
and v1.3-4.8M GGUFs under share/voxinput. At runtime EnsureModel resolves
the requested variant (default v1.2; accepts the bare "v1.2"/"v1.3" alias
or the full version-size form) to its bundled file, falling back to a
checksum-verified download into the user cache for plain
go buildinstalls that bundle nothing.
The GGUF file name is formatted in one place (modelFileName); CMake keeps
its own copy with a note to stay in sync.
Documented the new env var in the CLI help and README.
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com