Default legacy Qwen launches to 1.7B - #101
Closed
joshuabrosenthal wants to merge 1 commit into
Closed
Conversation
joshuabrosenthal
marked this pull request as ready for review
August 1, 2026 16:59
Contributor
Author
|
The two Web migration preview jobs fail during test collection because dbus_next is not installed in that workflow environment. The Pandrator Manager test and package workflows pass on Ubuntu and Windows, and the failure appears unrelated to this installer-only change. |
Owner
|
Thank you — this was a real consistency gap. I've incorporated the fix into main for 0.8.0, kept explicit 0.6B selections intact, centralized the implicit 1.7B fallback, and carried over the regression coverage. I also fixed the unrelated missing Manager dependency in the preview workflow. Really appreciate the careful report and validation! |
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.
Summary
1.7b.0.6bselections and continued support for the official 0.6B Base model.Root cause
The legacy installer and launcher paths had independent
0.6bfallbacks whenkobold_qwen_model_sizewas absent, while the current manager catalogue defaults to1.7b. A missing legacy key could therefore silently launch the 0.6B model even when the current UI and manager expected 1.7B.Impact
Missing legacy model-size values now resolve to 1.7B consistently. Existing explicit 0.6B configurations remain unchanged.
Validation
..\bin\pixi.exe run -e installer-build python -m unittest tests.test_installer_architecture tests.test_installer_launcher_chatterbox tests.test_manager_guided_setupRan 104 tests ... OK (skipped=1)..\bin\pixi.exe run -e installer-build python -m py_compilefor all 10 changed Python filesgit diff --checkQwen3-TTS-12Hz-1.7B-Base-f16.ggufand successfully completes a voice-cloning request through the local API.No user data, credentials, local paths, voice names, or private identifiers are included in the patch.