Guard MI300X cross-vendor scaffold artifacts#124
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughAdds metadata to mark MI300X artifacts as scaffold-only, creates a measured-template generator with timestamps/instructions, enforces measured-artifact validation in the evaluator (rejecting templates/non-positive rows), updates scaffold/docs/outputs, and expands tests to cover generation and validation behaviors. ChangesCross-vendor artifact metadata and validation
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
🚥 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. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 |
Summary
Verification
python3 -m unittest tests.test_cross_vendor_transfer_eval tests.test_cross_vendor_measured_pack_from_prediction tests.test_public_claim_artifactspython3 -m compileall scripts/cross_vendor_transfer_eval.py scripts/cross_vendor_measured_pack_from_prediction.py scripts/cross_vendor_zero_shot_scaffold.pypython3 scripts/check_public_claim_artifacts.pygit diff --checkPYTHONPATH=src python3 scripts/cross_vendor_transfer_eval.py --prediction-json docs/results/cross-vendor-zero-shot-scaffold-mi300x-v2.json --measured-json docs/results/cross-vendor-measured-mi300x-template.json --output-json /tmp/cross-vendor-should-not-write.json --output-md /tmp/cross-vendor-should-not-write.mdNote:
ruffis not installed in this environment, soruff checkandpython3 -m ruff check ...could not run.Closes #116
Summary by CodeRabbit
Release Notes
Documentation
New Features
Chores