Skip to content

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

Merged
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
Yif-Yang merged 1 commit into
microsoft:mainfrom
imrehg:eval-with-qwen-minimax

Conversation

@imrehg

@imrehg 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 <noreply@qwen.ai>
@imrehg 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 Yif-Yang merged commit 99ccb93 into microsoft:main Jun 25, 2026
1 check passed
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