Conversation
…A) (#1648) Signed-off-by: ruit <ruit@nvidia.com> Signed-off-by: NeMo Bot <nemo-bot@nvidia.com>
📝 WalkthroughWalkthroughThis change adds two new SFT experiment configurations for the Nemotron-3 Nano 30B model—one standard and one with LoRA fine-tuning enabled. Corresponding test scripts are introduced and registered in the nightly test suite. A nightly compute threshold test is updated to reflect new GPU hour limits. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (6)
🧰 Additional context used📓 Path-based instructions (8)examples/configs/recipes/**/*.yaml📄 CodeRabbit inference engine (CODING_GUIDELINES.md)
Files:
examples/configs/recipes/llm/*.yaml📄 CodeRabbit inference engine (CODING_GUIDELINES.md)
Files:
!(**/tests/**|**/test_*.py|**/test_*.sh)📄 CodeRabbit inference engine (CODING_GUIDELINES.md)
Files:
**/*.sh📄 CodeRabbit inference engine (CODING_GUIDELINES.md)
Files:
tests/test_suites/**/*.sh📄 CodeRabbit inference engine (CODING_GUIDELINES.md)
Files:
**/*.{py,sh}📄 CodeRabbit inference engine (CODING_GUIDELINES.md)
Files:
tests/test_suites/nightly.txt📄 CodeRabbit inference engine (CODING_GUIDELINES.md)
Files:
**/*.py📄 CodeRabbit inference engine (CODING_GUIDELINES.md)
Files:
🧠 Learnings (8)📓 Common learnings📚 Learning: 2025-11-24T17:24:41.976ZApplied to files:
📚 Learning: 2025-09-24T18:36:06.287ZApplied to files:
📚 Learning: 2025-10-12T14:46:57.171ZApplied to files:
📚 Learning: 2025-11-24T17:24:41.976ZApplied to files:
📚 Learning: 2025-11-24T17:24:41.976ZApplied to files:
📚 Learning: 2025-10-12T14:46:55.513ZApplied to files:
📚 Learning: 2025-11-24T17:24:41.976ZApplied to files:
🧬 Code graph analysis (1)tests/unit/test_recipes_and_test_suites.py (1)
🪛 Shellcheck (0.11.0)tests/test_suites/llm/sft-nanov3-30BA3B-2n8g-fsdp2.sh[warning] 6-6: NUM_NODES appears unused. Verify use (or export if used externally). (SC2034) [warning] 9-9: NUM_RUNS appears unused. Verify use (or export if used externally). (SC2034) [warning] 10-10: NUM_MINUTES appears unused. Verify use (or export if used externally). (SC2034) [warning] 16-16: Use 'cd ... || exit' or 'cd ... || return' in case cd fails. (SC2164) [error] 27-27: Double quote array expansions to avoid re-splitting elements. (SC2068) tests/test_suites/llm/sft-nanov3-30BA3B-2n8g-fsdp2-lora.sh[warning] 6-6: NUM_NODES appears unused. Verify use (or export if used externally). (SC2034) [warning] 9-9: NUM_RUNS appears unused. Verify use (or export if used externally). (SC2034) [warning] 10-10: NUM_MINUTES appears unused. Verify use (or export if used externally). (SC2034) [warning] 16-16: Use 'cd ... || exit' or 'cd ... || return' in case cd fails. (SC2164) [error] 27-27: Double quote array expansions to avoid re-splitting elements. (SC2068) ⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
🔇 Additional comments (6)
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 |
… +LoRA) (1648)` into `r0.5.0` (NVIDIA-NeMo#1697) Signed-off-by: ruit <ruit@nvidia.com> Signed-off-by: NeMo Bot <nemo-bot@nvidia.com> Co-authored-by: Rayen <ruit@nvidia.com>
beep boop [🤖]: Hi @RayenTian 👋,
Summary by CodeRabbit
New Features
Tests
✏️ Tip: You can customize this high-level summary in your review settings.