You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ Currently we follow a lightweight release process.
5
5
- if major features are added, increment `y`
6
6
- if minor fixes are added, increment `z`
7
7
- Create a new release at https://github.com/pytorch/torchtitan/releases/new
8
+
- In the tag section, create a new tag with the version number, e.g. `v0.y.z`. Choose the target branch as `main`.
8
9
- In the release notes
9
10
- include proper nightly versions for `torch` and `torchao`, which can be found in [latest CI](https://github.com/pytorch/torchtitan/actions/workflows/integration_test_8gpu.yaml) test log "Run script in container" section. E.g.
0 commit comments