Skip to content

feat(finetune): optional Weights & Biases logging in SFT#90

Open
Mi221e wants to merge 1 commit intoOpenMOSS:mainfrom
Mi221e:feat/sft-wandb
Open

feat(finetune): optional Weights & Biases logging in SFT#90
Mi221e wants to merge 1 commit intoOpenMOSS:mainfrom
Mi221e:feat/sft-wandb

Conversation

@Mi221e
Copy link
Contributor

@Mi221e Mi221e commented Mar 20, 2026

Summary

  • Add optional W&B logging to moss_tts_local/finetuning/sft.py and moss_tts_delay/finetuning/sft.py (main process only).
  • New CLI flags: --wandb-project, --wandb-run-name, --wandb-entity, --wandb-tags.
  • Logs train/loss, train/lr, throughput, and train/epoch on the same cadence as --logging-steps.
  • Add wandb>=0.16.0 to [project.optional-dependencies] (finetune, finetune-deepspeed).

Usage

accelerate launch ... moss_tts_local/finetuning/sft.py \
  --train-jsonl data.jsonl \
  --wandb-project my-project

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.

1 participant