File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ jobs:
109109 fi
110110
111111 if [[ ${PACKAGE} == 'torchcodec' ]]; then
112- # Please note: We are releasing cpu version for x86_64 and CUDA 13.0 for aarch64.
113- # These wheels are compatible with torch CUDA 13.0 x86_64 and aarch64.
112+ # shellcheck disable=SC2086
113+ PLATFORM="manylinux_2_28_x86_64" VERSION_SUFFIX="${LINUX_VERSION_SUFFIX}" ARCH="${CUDA_ARCH}" upload_pypi_to_staging ${PACKAGE} "${!version}"
114114 # shellcheck disable=SC2086
115115 PLATFORM="manylinux_2_28_x86_64" VERSION_SUFFIX="${CPU_VERSION_SUFFIX}" upload_pypi_to_staging ${PACKAGE} "${!version}"
116116 # shellcheck disable=SC2086
Original file line number Diff line number Diff line change 44PYTORCH_VERSION=${PYTORCH_VERSION:- 2.11.0}
55TORCHVISION_VERSION=${TORCHVISION_VERSION:- 0.26.0}
66TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:- 2.11.0}
7- TORCHCODEC_VERSION=${TORCHCODEC_VERSION:- 0.12 .0}
7+ TORCHCODEC_VERSION=${TORCHCODEC_VERSION:- 0.13 .0}
88TORCHCOMMS_VERSION=${TORCHCOMMS_VERSION:- 0.2.0}
99TRITON_VERSION=${TRITON_VERSION:- 3.3.0}
1010TORCHTEXT_VERSION=${TORCHTEXT_VERSION:- 0.18.0}
You can’t perform that action at this time.
0 commit comments