Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
1 change: 1 addition & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Currently we follow a lightweight release process.
- if major features are added, increment `y`
- if minor fixes are added, increment `z`
- Create a new release at https://github.com/pytorch/torchtitan/releases/new
- In the tag section, add a new tag for the release. The tag should use the version number, with a `v` prefix (for example, `v0.1.0`). Make sure to select the `main` branch as the target.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- In the tag section, add a new tag for the release. The tag should use the version number, with a `v` prefix (for example, `v0.1.0`). Make sure to select the `main` branch as the target.
- In the tag section, add a new tag for the release. The tag should use the version number with a `v` prefix (for example, `v0.1.0`). Make sure to select the `main` branch as the target.

- In the release notes
- 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.
- "Successfully installed ... `torch-2.8.0.dev20250605+cu126`"
Expand Down
Loading