Skip to content

Commit

Permalink
Release 1.13 script changes (pytorch#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Oct 26, 2022
1 parent 59140aa commit 95dbc19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
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}

0 comments on commit 95dbc19

Please sign in to comment.