pytorch-lightning
pytorch-lightning copied to clipboard
Add `torch.compile` guide to docs
📚 Documentation
This applies to
- [x] Fabric (https://github.com/Lightning-AI/pytorch-lightning/pull/19330)
- [ ] PyTorch Lightning
Things to mention:
- Compiling
nn.ModulevsLightningModuleorfabric.setup(module)(#17250) - Known limitations.
- Known sources of graph breaks.
Related: #12398
cc @borda @carmocca @justusschock @awaelchli
This would also close #17250