Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
rl_qwen3_vl_2b_sampled_token_mopd_rollout_teacher.py: sampled-token k1 distillation with HTTP rollout teachers (batch 128 / seed 1234 / 1024+2048, aligned with the 20260731 baseline shape).rl_qwen3_vl_2b_topk_mopd_train_teacher.py: top-k forward-KL (forward_kl_topk) with frozen FSDP teachers inside TrainingWorkers (no teacher HTTP servers).Qwen3VLDense2BConfigcompose config (student 2B sizes) used by both recipes.tests/rl/test_opd_two_step_accuracy.py: golden step-1/2 metric baselines (TB scalars recorded from the 50-step reference clusterx runs) plus TensorBoard reading / tolerance comparison. A finished 2-step smoke run can be checked viaOPD_SMOKE_RUN_DIR/OPD_SMOKE_EXPERIMENT=topk|mopd; the checks skip when the env is unset so CI stays green.Test Plan
pytest tests/rl/test_opd_two_step_accuracy.py: 13 passed, 2 skipped (env-gated).main(config construction verified end-to-end).train_teacher_topk~33 min,mopd~30 min); 2-step smoke tolerance calibration in progress.