Add torchrun bonus code (#524)

This commit is contained in:
Sebastian Raschka
2025-02-11 17:01:09 -06:00
committed by GitHub
parent f90bec7dfb
commit 3c29b67cd0
4 changed files with 268 additions and 8 deletions

11
appendix-A/README.md Normal file
View File

@@ -0,0 +1,11 @@
# Appendix A: Introduction to PyTorch
 
## Main Chapter Code
- [01_main-chapter-code](01_main-chapter-code) contains the main chapter code
 
## Bonus Materials
- [02_setup-recommendations](02_setup-recommendations) contains Python installation and setup recommendations.