File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1919 - torchao
2020 - torchvision
2121 - torchaudio
22+ - executorch
2223
2324permissions :
2425 id-token : write
9394 # shellcheck disable=SC2086
9495 PLATFORM="manylinux_2_28_x86_64" VERSION_SUFFIX="${LINUX_VERSION_SUFFIX}" ARCH="${CUDA_ARCH}" upload_pypi_to_staging ${PACKAGE} "${!version}"
9596 fi
97+
98+ if [[ ${PACKAGE} == 'executorch' ]]; then
99+ # shellcheck disable=SC2086
100+ PLATFORM="manylinux_2_28_x86_64" VERSION_SUFFIX="${CPU_VERSION_SUFFIX}" upload_pypi_to_staging executorch "${!version}"
101+ # shellcheck disable=SC2086
102+ PLATFORM="${MACOS_ARM64}" VERSION_SUFFIX="" upload_pypi_to_staging executorch "${!version}"
103+ fi
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-2.9.0}
77TRITON_VERSION=${TRITON_VERSION:- 3.3.0}
88TORCHTEXT_VERSION=${TORCHTEXT_VERSION:- 0.18.0}
99TORCHREC_VERSION=${TORCHREC_VERSION:- 1.3.0}
10+ EXECUTORCH_VERSION=${EXECUTORCH_VERSION:- 1.0.0}
1011TORCH_TENSORRT_VERSION=${TORCH_TENSORRT_VERSION:- 2.9.0}
11- EXECUTORCH_VERSION=${EXECUTORCH_VERSION:- 0.3.0}
1212TORCHAO_VERSION=${TORCHAO_VERSION:- 0.14.0}
1313TORCHDATA_VERSION=${TORCHDATA_VERSION:- 0.11.0}
1414TORCHTUNE_VERSION=${TORCHTUNE_VERSION:- 0.2.1}
You can’t perform that action at this time.
0 commit comments