Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
| @@ -0,0 +1,154 @@ | |||
| --- | |||
| description: PyTorch source build automation and debugging | |||
| globs: | |||
There was a problem hiding this comment.
what is this for? I couldn't find it in the skill spec.
There was a problem hiding this comment.
so cursor (my platform right now) requires these. description is used to decide whether to include the skill and globs are patterns - when relevant, cursor will pull this skill into context. i want to make this skill agnostic to dev editors; planned as future work
| - pytorch/CMakeLists.txt | ||
| - pytorch/build/** | ||
| - scripts/build_pytorch.sh | ||
| alwaysApply: false |
| |----------|-------| | ||
| | Workspace | `/path/to/your-container` | | ||
| | PyTorch source | `/workspaces/pytorch-devcontainers/pytorch` | | ||
| | Python | 3.13.9 | |
There was a problem hiding this comment.
if possible let's not hardcode versions in the skill.
There was a problem hiding this comment.
thanks for the quick review! i am addressing those right now hence in draft
Pull Request Description
Summary
Add a skill that builds and debugs pytorch from source. Is reasonably good at debugging commonly seen Pytorch editable install bugs. This is a preliminary skill that will evolve alongside the PyTorch team's requirements.
Type of Contribution
Changes Made
Tool Details
Command
Skill
Agent
Gemini Gem
Testing and Validation
Required Checks
make updateand committed any generated changesmake lintand all checks passPlatform Testing
Categorization
categories.yaml(or uses default "General" category)Ethical Guidelines Compliance
Documentation
Dependencies and Requirements
Additional Notes