feat: add Qwen3-30B router-replay debug config#2847
Draft
mikasenghaas wants to merge 4 commits into
Draft
Conversation
Ports rlm5/qwen30b-debug.toml (perf/r3 line) into configs/debug/r3.toml, updated to the current config schema and stripped of one-off debug fields. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
configs/debug/r3.toml— a Qwen3-30B-A3B (Thinking) RL debug config with router replay enabled (trainer.enable_router_replay = true, paired withinference.enable_return_routed_experts = true).rlm5/qwen30b-debug.tomlconfig used on theperf/r3experiment line, updated to the current config schema and cleaned up.Schema migration (vs. the old config)
orchestrator.rollouts_per_example→orchestrator.group_size.max_async_level,orchestrator.use_token_client,orchestrator.use_renderer,[orchestrator.buffer](online_difficulty_filtering).[orchestrator.client]block —X-Session-ID = trajectory_idis now auto-set by the orchestrator.namefrom[inference.model]— the shared top-level[model] namenow propagates to all sub-configs.[orchestrator.eval]block (the schema now rejectsenv = []).Debug cleanup
use_process_pool(round 4),dump_raw_rollouts(round 5),gather_chunk_size(round 6).[trainer.experimental.token_export](per-token JSONL rollout export — debug-only).Verification
Validated that the config loads against
RLConfig(same path astests/unit/test_configs.py::test_load_configs):🤖 Generated with Claude Code