Skip to content

[examples] chore: drop private-fork migration comments from DPPO teacher configs - #201

Merged
Jayce-Ping merged 1 commit into
mainfrom
chore/dppo-teacher-configs-drop-migration-comments
Jul 3, 2026
Merged

[examples] chore: drop private-fork migration comments from DPPO teacher configs#201
Jayce-Ping merged 1 commit into
mainfrom
chore/dppo-teacher-configs-drop-migration-comments

Conversation

@Jayce-Ping

Copy link
Copy Markdown
Collaborator

Summary

Follow-up to #200. Removes the two private-fork migration/mapping header comment lines from all three DPPO teacher configs:

  • # DPPO teacher config migrated from private flow_dppo/<name>.yaml.
  • # Mapping: grpo + mask_type: kl_adv -> dppo + kl_mask_type: v-based; kl_beta=0.

Each file header now keeps only:

  • # Checkpoint: <url> — the published HuggingFace teacher LoRA
  • # Trains SD3.5-Medium LoRA on dataset/<name> with <reward> reward (...) — one-line training summary

This scrubs the remaining private-fork reference from the configs, consistent with the earlier repo-wide private-fork reference cleanup. No YAML keys or values are changed — comment-only.

Test plan

  • git diff confirms exactly 2 lines removed per file (6 deletions total), comment-only.
  • All three YAMLs still load via Arguments.load_from_yaml (trainer_type='dppo', run_name intact).

…her configs

Remove the "# DPPO teacher config migrated from private flow_dppo/<name>.yaml."
and "# Mapping: grpo + mask_type: kl_adv -> dppo + kl_mask_type: v-based;
kl_beta=0." header lines from all three teacher configs. These referenced the
private fork and are no longer needed; each file header now keeps only the
# Checkpoint: <url> line and the one-line training summary.

Consistent with the earlier repo-wide private-fork reference scrub.
Copilot AI review requested due to automatic review settings July 3, 2026 13:10
@Jayce-Ping
Jayce-Ping merged commit f6e110e into main Jul 3, 2026
1 check passed

Copilot AI 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.

Pull request overview

Removes remaining private-fork migration/mapping header comments from the DPPO teacher example configs, keeping the published checkpoint link and the one-line training summary so the configs remain self-describing without referencing the private fork.

Changes:

  • Deleted two private-fork migration/mapping comment lines from each of the three DPPO teacher YAML headers.
  • Preserved the # Checkpoint: ... and training-summary header comments (no YAML keys/values changed).

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
examples/dppo/lora/sd3_5/pickscore_teacher.yaml Removes private-fork migration/mapping header comments; keeps public checkpoint + summary.
examples/dppo/lora/sd3_5/ocr_teacher.yaml Removes private-fork migration/mapping header comments; keeps public checkpoint + summary.
examples/dppo/lora/sd3_5/geneval_teacher.yaml Removes private-fork migration/mapping header comments; keeps public checkpoint + summary.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Jayce-Ping
Jayce-Ping deleted the chore/dppo-teacher-configs-drop-migration-comments branch July 4, 2026 00:04
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.

2 participants