Skip to content

Commit 0612b79

Browse files
authored
Update release_versions.sh for ExecuTorch to 1.3.1 (#8123)
Technically we haven't published 1.3.0 But we already published maven 1.3.0 and realized we still need to do patches. So, just to be consistent everywhere (e.g., pypi, maven) we are using 1.3.1 everywhere now
1 parent 438d035 commit 0612b79

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.3.0}
12+
EXECUTORCH_VERSION=${EXECUTORCH_VERSION:-1.3.1}
1313
TORCH_TENSORRT_VERSION=${TORCH_TENSORRT_VERSION:-2.12.0}
1414
TORCH_TENSORRT_RTX_VERSION=${TORCH_TENSORRT_VERSION}
1515
TORCHAO_VERSION=${TORCHAO_VERSION:-0.17.0}

0 commit comments

Comments
 (0)