Fixed missing download instructions in PyTorch's dynamic quantization tutorial during PyTorch Docathon H1 2025
The dynamic quantization tutorial assumed users already had the pretrained model file word_language_model_quantize.pth
but provided no download instructions, leaving users confused about where to get it.
Added clear download instructions using the official method from PyTorch's Makefile:
wget https://s3.amazonaws.com/pytorch-tutorial-assets/word_language_model_quantize.pth
- Original Issue: #3254
- Merged Pull Request: Add download instructions for pretrained model
- Live Tutorial: Dynamic Quantization Tutorial
- β Improved user experience for tutorial users
- β Used official/trusted method from repository's Makefile
- β Quick review and approval (merged within hours)
- β Responsive collaboration with PyTorch maintainers
- Open source contribution workflow
- Git/GitHub collaboration
- Documentation improvement
- Code review response
- Problem identification and solution
See workflow.md for the complete step-by-step guide on how this contribution was made, including troubleshooting and lessons learned.