Conversation
❌ Submodule Fast-Forward Check FailedCheck based on commit: 6a45aac (PR #1634 from ❌ Submodules that need attention:Gym: ❌ PR branch is BEHIND main branch Please ensure all submodule commits are fast-forwards of the main branch before merging. |
6a45aac to
0a8db04
Compare
📝 WalkthroughWalkthroughThese changes enable tulu3_sft_mixture dataset support for Llama 3.1 8B SFT training configuration. The configuration file references the updated dataset name, a diagnostic print statement is removed from dataset loading code, and the corresponding test is uncommented to validate the configuration. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5 minutes Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (4 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (3)
💤 Files with no reviewable changes (1)
🧰 Additional context used📓 Path-based instructions (4)tests/test_suites/nightly.txt📄 CodeRabbit inference engine (CODING_GUIDELINES.md)
Files:
!(**/tests/**|**/test_*.py|**/test_*.sh)📄 CodeRabbit inference engine (CODING_GUIDELINES.md)
Files:
examples/configs/recipes/**/*.yaml📄 CodeRabbit inference engine (CODING_GUIDELINES.md)
Files:
examples/configs/recipes/llm/*.yaml📄 CodeRabbit inference engine (CODING_GUIDELINES.md)
Files:
🧠 Learnings (5)📚 Learning: 2025-11-24T17:24:41.976ZApplied to files:
📚 Learning: 2025-10-12T14:46:57.171ZApplied to files:
📚 Learning: 2025-11-24T17:24:41.976ZApplied to files:
📚 Learning: 2025-09-19T07:28:29.887ZApplied to files:
📚 Learning: 2025-11-24T17:24:41.976ZApplied to files:
🔇 Additional comments (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Signed-off-by: ruit <ruit@nvidia.com>
Signed-off-by: ruit <ruit@nvidia.com>
0a8db04 to
7cfb8cc
Compare
Signed-off-by: ruit <ruit@nvidia.com>
Signed-off-by: ruit <ruit@nvidia.com> Signed-off-by: yuanhangs <yuanhangs@nvidia.com>
Signed-off-by: ruit <ruit@nvidia.com> Signed-off-by: yuanhangs <yuanhangs@nvidia.com>
Signed-off-by: ruit <ruit@nvidia.com> Signed-off-by: yuanhangs <yuanhangs@nvidia.com>
Signed-off-by: ruit <ruit@nvidia.com>
Signed-off-by: ruit <ruit@nvidia.com>
Signed-off-by: ruit <ruit@nvidia.com>
Summary
This PR enables the LoRA (Low-Rank Adaptation) nightly test that was previously disabled due to dataset compatibility issues. Now that the Tulu3 SFT mixture dataset is properly supported, we can re-enable this important test coverage.
Changes
Enable LoRA Configuration
sft-llama3.1-8b-1n8g-fsdp2tp1-lora.yaml.disabled→sft-llama3.1-8b-1n8g-fsdp2tp1-lora.yamlEnable LoRA Test Script
sft-llama3.1-8b-1n8g-fsdp2tp1-lora.sh.disabled→sft-llama3.1-8b-1n8g-fsdp2tp1-lora.shUpdate Nightly Test Suite
tests/test_suites/llm/sft-llama3.1-8b-1n8g-fsdp2tp1-lora.shto nightly.txtMinor Cleanup
Result
Summary by CodeRabbit
Configuration Updates
Chores
✏️ Tip: You can customize this high-level summary in your review settings.