Update Qwen3-8B EAGLE3 example to online training pipeline#1570
Draft
cjluo-nv wants to merge 1 commit into
Draft
Update Qwen3-8B EAGLE3 example to online training pipeline#1570cjluo-nv wants to merge 1 commit into
cjluo-nv wants to merge 1 commit into
Conversation
Replace the offline 4-step pipeline (data synthesis, hidden-state dump, offline training, benchmark) with a streamlined 2-step online pipeline (online training against a prebuilt dataset, benchmark). Uses a prebuilt conversation dataset so no data-synthesis step is needed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Chenjie Luo <chenjiel@nvidia.com>
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
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.
What
Updates
tools/launcher/examples/Qwen/Qwen3-8B/hf_online_eagle3.yamlto use a streamlined online EAGLE3 training pipeline.Changes
task_0: Online training — train the EAGLE3 draft head against a prebuilt datasettask_1: Benchmark — evaluate speculative decoding speedup via VLLMSpeculative-Decoding-Dataset-v1-Qwen3-8B), so no data-synthesis step is needed.chat_template_train.jinja) for training.HOME/TORCHINDUCTOR_CACHE_DIRenvironment overrides.🤖 Generated with Claude Code