Skip to content

Commit

Permalink
Advance versions for release 2.1.1 (#1583)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Nov 14, 2023
1 parent ca0040f commit 4cfde00
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions release/promote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ 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:-2.1.0}
TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.16.0}
TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-2.1.0}
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.16.0}
TORCHDATA_VERSION=${TORCHDATA_VERSION:-0.7.0}
PYTORCH_VERSION=${PYTORCH_VERSION:-2.1.1}
TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.16.1}
TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-2.1.1}
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.16.1}
TORCHDATA_VERSION=${TORCHDATA_VERSION:-0.7.1}

DRY_RUN=${DRY_RUN:-enabled}

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

# Make sure to update these versions when doing a release first
PYTORCH_VERSION=${PYTORCH_VERSION:-2.1.0}
TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.16.0}
TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-2.1.0}
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.16.0}
TORCHDATA_VERSION=${TORCHDATA_VERSION:-0.7.0}
PYTORCH_VERSION=${PYTORCH_VERSION:-2.1.1}
TORCHVISION_VERSION=${TORCHVISION_VERSION:-0.16.1}
TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:-2.1.1}
TORCHTEXT_VERSION=${TORCHTEXT_VERSION:-0.16.1}
TORCHDATA_VERSION=${TORCHDATA_VERSION:-0.7.1}

0 comments on commit 4cfde00

Please sign in to comment.