chore: correct OOM memory summary format#13950
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR adjusts the GPU OOM exception handler logging in execution.py to format the memory summary output on multiple lines. The "Memory summary:" label is now separated from the detailed memory information by a newline character, changing from an inline format to multi-line display. This is a single-line modification to the logging output. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
The current OOM memory summary's header format is skewed:
Add a return: