Skip to content

feat: Bundle v1.2/v1.3 LocalVQE models, add runtime version selection#69

Merged
richiejp merged 1 commit into
mainfrom
localvqe-model-version
Jun 2, 2026
Merged

feat: Bundle v1.2/v1.3 LocalVQE models, add runtime version selection#69
richiejp merged 1 commit into
mainfrom
localvqe-model-version

Conversation

@richiejp

@richiejp richiejp commented Jun 2, 2026

Copy link
Copy Markdown
Owner

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

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>
@richiejp richiejp merged commit 2f5b3bd into main Jun 2, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant