forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
Dev Infra Office Hours
Zain Rizvi edited this page Apr 20, 2023
·
22 revisions
Come to the Pytorch Dev Infra Office Hours for help!
The PyTorch Dev Infra team is hosting office hours every Friday at 10AM PST (zoom link).
If those hours don't work for you, you can file an issue instead or check out other avenues for getting help
We're responsible for areas like:
- CI: How to debug CI workflows, adding new ones, ensuring jobs run reliably.
- Developer Experience: How easy it is to develop, get signal, and reviews for PyTorch
- Passing Builds: Keeping the workflows that run on master and nightly green.
If you have any questions, frustrations, or other feedback, please join our office hours! We would love to hear from you!
- April 28, 2023
PyTorch presented to you with love by the PyTorch Team of contributors
- Install Prerequisites and Dependencies
- Fork, clone, and checkout the PyTorch source
- Build PyTorch from source
- Tips for developing PyTorch
- PyTorch Workflow Git cheatsheet
- Overview of the Pull Request Lifecycle
- Finding Or Creating Issues
- Pre Commit Checks
- Create a Pull Request
- Typical Pull Request Workflow
- Pull Request FAQs
- Getting Help
- Codebase structure
- Tensors, Operators, and Testing
- Autograd
- Dispatcher, Structured Kernels, and Codegen
- torch.nn
- CUDA basics
- Data (Optional)
- function transforms (Optional)