Skip to content

fix: token_id-formatted logprob tokens in the qwen3-vl fake engine - #3161

Draft
mikasenghaas wants to merge 1 commit into
mainfrom
fix/qwen3-vl-fake-logprob-tokens
Draft

fix: token_id-formatted logprob tokens in the qwen3-vl fake engine#3161
mikasenghaas wants to merge 1 commit into
mainfrom
fix/qwen3-vl-fake-logprob-tokens

Conversation

@mikasenghaas

@mikasenghaas mikasenghaas commented Jul 29, 2026

Copy link
Copy Markdown
Member

Summary

Verification

  • Before (main + synced venv): MalformedGenerateResponseError: Engine response choice.logprobs.content[0].token must be 'token_id:50'.
  • After: 1 passed.

🤖 Generated with Claude Code

renderers 0.1.9.dev9 rejects sampled-token evidence whose logprob token is
not 'token_id:<id>' (renderers#108); the fake engine response predates the
format. CI never sees this test (it skips without the cached HF snapshot).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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