Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions release/promote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
source "${DIR}/release_versions.sh"

# Make sure to update these versions when doing a release first
PYTORCH_VERSION=${PYTORCH_VERSION:-1.12.0}
TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.13.0}
TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-0.12.0}
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.13.0}
PYTORCH_VERSION=${PYTORCH_VERSION:-1.13.0}
TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.14.0}
TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-0.13.0}
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.14.0}

DRY_RUN=${DRY_RUN:-enabled}

Expand Down
8 changes: 4 additions & 4 deletions release/release_versions.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# Make sure to update these versions when doing a release first
PYTORCH_VERSION=${PYTORCH_VERSION:-1.12.0}
TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.13.0}
TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-0.12.0}
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.13.0}
PYTORCH_VERSION=${PYTORCH_VERSION:-1.13.0}
TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.14.0}
TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-0.13.0}
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.14.0}