fix: dpo mistral nightly needs more time#1225
Conversation
Pull request was closed
1de1fde to
5166d74
Compare
Signed-off-by: Terry Kong <terryk@nvidia.com>
📝 WalkthroughWalkthroughDocumentation markdown admonitions were standardized across multiple docs/*.md files. The Sphinx docs build hook in docs/conf.py was refactored to use an in-place conversion helper and now runs on both include-read and source-read events via lightweight wrapper adapters. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor Dev as Sphinx App
participant SR as source-read handler
participant IR as include-read handler
participant Conv as _convert_gh_admonitions_inplace
Dev->>SR: source-read(docname, source[])
SR->>Conv: mutate(source[])
Conv-->>SR: return
Dev->>IR: include-read(relative_path, parent_docname, contents[])
IR->>Conv: mutate(contents[])
Conv-->>IR: return
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested labels
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (4 passed)
✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (5)
🧰 Additional context used📓 Path-based instructions (2)docs/**/*.md📄 CodeRabbit inference engine (CODING_GUIDELINES.md)
Files:
**/*.py📄 CodeRabbit inference engine (CODING_GUIDELINES.md)
Files:
⏰ 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). (6)
🔇 Additional comments (11)
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: Terry Kong <terryk@nvidia.com>
Signed-off-by: Terry Kong <terryk@nvidia.com> Signed-off-by: yuanhangs <yuanhangs@nvidia.com>
There seems to be a jump in the total step time according to our CI
https://wandb.ai/nvidia/nemo-rl/panel/z7zystoxj?nw=sorg4p7b5x
But upon inspecting the commit range there weren't any suspicious PRs

This perf jump may just be infra related since i don't see it with other runs

https://wandb.ai/nvidia/nemo-rl/panel/z7zystoxj?nw=np5jodktgg
For now, just give this test slightly more time so it can run till completion since 100 steps has been taking 45min exactly
Summary by CodeRabbit