Skip to content

Commit c40b2b3

Browse files
Update executorch release version to 1.2.0 in release_versions.sh (#7911)
Update the executorch version in release_versions.sh to 1.2.0, as per https://github.com/pytorch/test-infra/wiki/Releasing-to-download.pytorch.org-and-pypi. Similar change for previous executorch release: #7697
1 parent e767983 commit c40b2b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release/release_versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ TORCHCOMMS_VERSION=${TORCHCOMMS_VERSION:-0.2.0}
99
TRITON_VERSION=${TRITON_VERSION:-3.3.0}
1010
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.18.0}
1111
TORCHREC_VERSION=${TORCHREC_VERSION:-1.5.0}
12-
EXECUTORCH_VERSION=${EXECUTORCH_VERSION:-1.1.0}
12+
EXECUTORCH_VERSION=${EXECUTORCH_VERSION:-1.2.0}
1313
TORCH_TENSORRT_VERSION=${TORCH_TENSORRT_VERSION:-2.11.0}
1414
TORCH_TENSORRT_RTX_VERSION=${TORCH_TENSORRT_VERSION}
1515
TORCHAO_VERSION=${TORCHAO_VERSION:-0.17.0}

0 commit comments

Comments
 (0)