Skip to content

fix(eval-only): call configure_qwen_chat so local LLM endpoints can be used - #85

Merged
Yifan Yang (Yif-Yang) merged 1 commit into
microsoft:mainfrom
imrehg:eval-with-qwen-minimax
Jun 25, 2026
Merged

fix(eval-only): call configure_qwen_chat so local LLM endpoints can be used#85
Yifan Yang (Yif-Yang) merged 1 commit into
microsoft:mainfrom
imrehg:eval-with-qwen-minimax

Conversation

@imrehg

@imrehg Gergely Imreh (imrehg) commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

The eval-only tool skipped configuring some of the backend types, that the training did configure. Because of this, the eval is silently fell back to a local endpoint that wasn't actually configured, and all evaluations runs failed.

Replicate the backend setup based on the trainer's code, and eval-only can run with the qwen_chat backend.

Tested it briefly with a skill/local qwen_chat configuration that correctly run a training cycle.

Closes #84

…n be used

The eval-only tool skipped configuring some of the backend types, that
the training did configure. Because of this, the eval is silently
fell back to a local endpoint that wasn't actually configured, and
all evaluations runs failed.

Replicate the backend setup based on the trainer's code, and eval-only
can run with the qwen_chat backends.

Co-authored-by: Qwen-Coder <[email protected]>
@imrehg Gergely Imreh (imrehg) changed the title fix(eval-only): call configure_{qwen,minimax}_chat so local LLM endpoints can be used fix(eval-only): call configure_qwen_chat so local LLM endpoints can be used Jun 24, 2026
@Yif-Yang
Yifan Yang (Yif-Yang) merged commit 99ccb93 into microsoft:main Jun 25, 2026
1 check passed
Yifan Yang (Yif-Yang) added a commit that referenced this pull request Jun 30, 2026
…ate (#87)

Adds a reward-hacking stress test ensuring the consolidation gate rejects skill edits that game train/replay tasks while degrading held-out behavior. Also wires the minimax_chat backend into scripts/eval_only.py (coexisting with the qwen wiring from #85). Closes #67.
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.

Eval-only does not correctly set up calls to models that are set up with "qwen_chat"

2 participants