Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
1 change: 1 addition & 0 deletions .github/workflows/release-download-pytorch-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ on:
- executorch
- torchvision
- torchaudio
- torch_tensorrt

permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion release/release_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-2.9.0}
TRITON_VERSION=${TRITON_VERSION:-3.3.0}
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.18.0}
TORCHREC_VERSION=${TORCHREC_VERSION:-1.3.0}
TENSORRT_VERSION=${TENSORRT_VERSION:-2.4.0}
TENSORRT_VERSION=${TENSORRT_VERSION:-2.9.0}
EXECUTORCH_VERSION=${EXECUTORCH_VERSION:-0.3.0}
TORCHAO_VERSION=${TORCHAO_VERSION:-0.14.0}
TORCHDATA_VERSION=${TORCHDATA_VERSION:-0.11.0}
Expand Down