Skip to content

rename Qwen3.5-4B Domino NPU launcher to include online mode#591

Merged
jiapingW merged 4 commits into
sgl-project:mainfrom
curnane-lab:domino_npu
Jun 25, 2026
Merged

rename Qwen3.5-4B Domino NPU launcher to include online mode#591
jiapingW merged 4 commits into
sgl-project:mainfrom
curnane-lab:domino_npu

Conversation

@curnane-lab

@curnane-lab curnane-lab commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Motivation

The Domino training script for Qwen3.5-4B on NPU currently omits the _online suffix, while other online training launchers in examples/ consistently include it (e.g., run_qwen3.5_4b_dflash_online_npu.sh, run_qwen3_8b_domino_online.sh). Since scripts/train_domino.py uses OnlineDominoModel and generates target outputs on-the-fly via target_model.generate_dflash_data(...), the mode is online. This rename makes the naming convention consistent.

Modifications

  • Renamed examples/run_qwen3.5_4b_domino_npu.sh to examples/run_qwen3.5_4b_domino_online_npu.sh.
  • Renamed the variable NUM_GPUS to NUM_DEVICES to accurately reflect the use of NPU devices

Checklist

  • Update documentation / examples as needed.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the examples/run_qwen3.5_4b_domino_online_npu.sh script to rename the variable NUM_GPUS to NUM_DEVICES to accurately reflect the use of NPU devices instead of GPUs. There are no review comments, and I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@curnane-lab curnane-lab changed the title Domino npu chore(examples): rename Qwen3.5-4B Domino NPU launcher to include online mode Jun 24, 2026
@curnane-lab curnane-lab changed the title chore(examples): rename Qwen3.5-4B Domino NPU launcher to include online mode rename Qwen3.5-4B Domino NPU launcher to include online mode Jun 24, 2026
@curnane-lab

curnane-lab commented Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

@jiapingW @wenqf11 — would appreciate your review when you have a moment.

@jiapingW jiapingW self-requested a review June 25, 2026 09:18
@jiapingW jiapingW merged commit 8ea5ca6 into sgl-project:main Jun 25, 2026
2 checks 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.

3 participants