Commit f8c6afc
Increase ReasoningBudgetTest N_PREDICT to reduce CI flakiness (#164)
Qwen3-0.6B at Q4 occasionally consumes the full 500-token budget while
still inside the <think> block on slow CI runners (2-thread x86_64
hosted), leaving content empty and failing
testThinkingDefault_reasoningContentAndAnswerPresent. Bumping the
budget to 1500 gives comfortable headroom for thinking plus the
answer without changing the test's intent.
Co-authored-by: Claude <noreply@anthropic.com>1 parent 45f1a56 commit f8c6afc
1 file changed
Lines changed: 7 additions & 3 deletions
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
61 | 65 | | |
62 | | - | |
| 66 | + | |
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
| |||
0 commit comments