Skip to content

apr qa Golden Output fails on qwen2.5-coder-1.5b-instruct-q4k where it passed 2026-07-30 (observed once — needs a second data point) #2350

Description

@noahgift

Surfaced by the revived nightly story (#2347). Filing it separately rather than folding it into that PR, and deliberately not calling it a regression yet — I have one observation.

What was seen

Local full run of scripts/qwen-story.sh at 12551dd19 + the #2347 fixes, Beat 2 (apr qa on qwen2.5-coder-1.5b-instruct-q4k.apr):

✗ FAIL Golden Output
  golden_output: Expected one of ["Hello", "Hi", "hey", "hello", "!"],
  got: "I'm sorry, but I'm not sure what you're asking. Could you please
        provide more context or information"

The previous nightly (run 30520528348, 2026-07-30, e514cc5ed) passed the same gate:

✓ PASS Golden Output   2 golden test cases passed        (22.7s)

Why I am not calling it a regression

So the plausible readings are (a) genuine output-quality change, (b) sampling nondeterminism on the GPU path making this gate flaky, or (c) an over-strict golden expectation. I cannot currently distinguish them.

What will settle it

The nightly qwen-story-daily is the confirmation mechanism, and as of #2347 it can actually report its own result again — before that fix it died at Beat 1 and could not have told us either way. The next few runs will show whether this is stable or intermittent.

If it is intermittent, that is the more interesting finding: a golden-output gate that samples on GPU without a pinned seed is a flake generator, and per feedback_main_ci_andon the fix is to make it deterministic, not to #[ignore] it.

Repro

export PATH="$HOME/.cargo/bin:$PATH"
bash scripts/qwen-story.sh          # Beat 2, or:
apr qa ~/models/qwen2.5-coder-1.5b-instruct-q4k.apr

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions