Skip to content

Commit 64d0fe8

Browse files
mollyxuMolly Xu
andauthored
torchcodec cpu wheel v0.11.1 (#7969)
Co-authored-by: Molly Xu <mollyxu@fb.com>
1 parent f24341a commit 64d0fe8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
111111
if [[ ${PACKAGE} == 'torchcodec' ]]; then
112112
# shellcheck disable=SC2086
113-
PLATFORM="manylinux_2_28_x86_64" VERSION_SUFFIX="${LINUX_VERSION_SUFFIX}" ARCH="${CUDA_ARCH}" upload_pypi_to_staging ${PACKAGE} "${!version}"
113+
PLATFORM="manylinux_2_28_x86_64" VERSION_SUFFIX="${CPU_VERSION_SUFFIX}" upload_pypi_to_staging ${PACKAGE} "${!version}"
114114
# shellcheck disable=SC2086
115115
PLATFORM="manylinux_2_28_aarch64" VERSION_SUFFIX="${LINUX_VERSION_SUFFIX}" ARCH="${CUDA_ARCH}" 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.11.0}
7+
TORCHCODEC_VERSION=${TORCHCODEC_VERSION:-0.11.1}
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)