docs: add AMD compute strategy#1
Conversation
📝 WalkthroughWalkthroughThis PR introduces documentation and Git configuration to support an AMD Developer Cloud/DigitalOcean GPU compute strategy. A new ChangesCompute Strategy and Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~7 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/compute-strategy.md`:
- Line 90: The mitigation text for the "Endpoint exposed publicly" row should
follow sentence-style capitalization and punctuation like neighboring rows:
update the string "restrict ingress, use token auth, document network boundary"
to "Restrict ingress, use token auth, and document network boundary." so it
starts with a capital letter, uses "and" for clarity, and ends with a period to
match the surrounding mitigations.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro
Run ID: c985d297-2dff-4143-b099-a06c9a266b2f
📒 Files selected for processing (7)
.gitattributesCHANGELOG.mdREADME.mddocs/case-study.mddocs/compute-strategy.mddocs/cost-report.mddocs/runbook.md
Summary
.gitattributesso repo text files normalize to LF.Test Plan
python -m unittest discover -s tests -vpython -m ruff check src testspython -m mypy srcpython -m pip_audit . --skip-editableSecurity Impact
mainprotected and uses PR workflow after bootstrap.Summary by CodeRabbit
Documentation
Chores