pytorch / torchtitan

A native PyTorch Library for large model training
BSD 3-Clause "New" or "Revised" License
2.68k stars 212 forks source link

[rfc] torchtitan release practices #688

Open tianyu-l opened 1 week ago

tianyu-l commented 1 week ago
### Tasks
- [ ] update the version number in version.txt (following https://semver.org/)
- [ ] create a corresponding "lightweight" tag using e.g. `git tag v1.0.0` locally ([instruction](https://git-scm.com/book/en/v2/Git-Basics-Tagging)) and push to github
- [ ] update github repo release ([instruction](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository)) with release notes, including proper nightly dependencies (e.g. for torch and torchao)
- [ ] update the torchtitan package on pypi