Skip to content

fix(runtime): use generic projector repo for non-ByteShape Qwen3.5-9B#309

Merged
slomin merged 1 commit intomainfrom
fix/issue-263-qwen35-9b-projector
Apr 8, 2026
Merged

fix(runtime): use generic projector repo for non-ByteShape Qwen3.5-9B#309
slomin merged 1 commit intomainfrom
fix/issue-263-qwen35-9b-projector

Conversation

@slomin
Copy link
Copy Markdown
Collaborator

@slomin slomin commented Apr 8, 2026

Summary

  • bump potato-inferno to the revision that applies the generic non-ByteShape Qwen3.5-9B projector mapping
  • add API regression coverage proving supported non-ByteShape Qwen3.5-9B models resolve to unsloth/Qwen3.5-9B-GGUF
  • align test fixtures with the generic 9B projector path instead of publisher-specific names

Closes #263

Test evidence

Python (589 passed):

uv run python -m pytest tests/unit tests/api -q -n auto
589 passed in 10.25s

Playwright (173 passed):

npx playwright test tests/ui/ --reporter=dot --timeout=15000 --workers=75%
173 passed (41.6s)

Reference sweep:

grep -ri "hauhaucs" tests/ core/ --exclude-dir='__pycache__'
# zero matches

QA

  • Pi QA pending review for this runtime/projector behavior change

@slomin slomin changed the title fix(runtime): generic projector repo for non-ByteShape Qwen3.5-9B fix(runtime): use generic projector repo for non-ByteShape Qwen3.5-9B Apr 8, 2026
Routes non-ByteShape Qwen3.5-9B models to the shared `unsloth/Qwen3.5-9B-GGUF`
projector repo instead of relying on publisher-specific projector rules.

Bumps the pinned `potato-inferno` dependency to the revision that applies
the generic 9B mapping and adds API coverage proving `_runtime_env`
publishes the expected projector repository for supported 9B models.

Closes #263
@slomin slomin force-pushed the fix/issue-263-qwen35-9b-projector branch from b2577c8 to b5030ff Compare April 8, 2026 19:15
@slomin slomin merged commit f97df48 into main Apr 8, 2026
2 checks passed
@slomin slomin deleted the fix/issue-263-qwen35-9b-projector branch April 8, 2026 19:19
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.

bug(runtime): use one generic projector repo for non-ByteShape Qwen3.5-9B variants

1 participant