Skip to content

Commit e68868a

Browse files
authored
Prepare TorchCodec 0.13 release (#8099)
1 parent a646ca3 commit e68868a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-stage-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

release/release_versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
PYTORCH_VERSION=${PYTORCH_VERSION:-2.11.0}
55
TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.26.0}
66
TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-2.11.0}
7-
TORCHCODEC_VERSION=${TORCHCODEC_VERSION:-0.12.0}
7+
TORCHCODEC_VERSION=${TORCHCODEC_VERSION:-0.13.0}
88
TORCHCOMMS_VERSION=${TORCHCOMMS_VERSION:-0.2.0}
99
TRITON_VERSION=${TRITON_VERSION:-3.3.0}
1010
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.18.0}

0 commit comments

Comments
 (0)