Skip to content

Commit 1732e2c

Browse files
authored
Update executorch release version to 1.0.1 in release_versions.sh (#7501)
Update the executorch version in release_versions.sh to 1.0.1, as per https://github.com/pytorch/test-infra/wiki/Releasing-to-download.pytorch.org-and-pypi.
1 parent 6541ef3 commit 1732e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/release_versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-2.9.0}
77
TRITON_VERSION=${TRITON_VERSION:-3.3.0}
88
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.18.0}
99
TORCHREC_VERSION=${TORCHREC_VERSION:-1.3.0}
10-
EXECUTORCH_VERSION=${EXECUTORCH_VERSION:-1.0.0}
10+
EXECUTORCH_VERSION=${EXECUTORCH_VERSION:-1.0.1}
1111
TORCH_TENSORRT_VERSION=${TORCH_TENSORRT_VERSION:-2.9.0}
1212
TORCHAO_VERSION=${TORCHAO_VERSION:-0.14.1}
1313
TORCHDATA_VERSION=${TORCHDATA_VERSION:-0.11.0}

0 commit comments

Comments
 (0)