File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
6
6
source " ${DIR} /release_versions.sh"
7
7
8
8
# Make sure to update these versions when doing a release first
9
- PYTORCH_VERSION=${PYTORCH_VERSION:- 1.12 .0}
10
- TORCHVISION_VERSION=${TORCHVISION_VERSION:- 0.13 .0}
11
- TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:- 0.12 .0}
12
- TORCHTEXT_VERSION=${TORCHTEXT_VERSION:- 0.13 .0}
9
+ PYTORCH_VERSION=${PYTORCH_VERSION:- 1.13 .0}
10
+ TORCHVISION_VERSION=${TORCHVISION_VERSION:- 0.14 .0}
11
+ TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:- 0.13 .0}
12
+ TORCHTEXT_VERSION=${TORCHTEXT_VERSION:- 0.14 .0}
13
13
14
14
DRY_RUN=${DRY_RUN:- enabled}
15
15
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
# Make sure to update these versions when doing a release first
4
- PYTORCH_VERSION=${PYTORCH_VERSION:- 1.12 .0}
5
- TORCHVISION_VERSION=${TORCHVISION_VERSION:- 0.13 .0}
6
- TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:- 0.12 .0}
7
- TORCHTEXT_VERSION=${TORCHTEXT_VERSION:- 0.13 .0}
4
+ PYTORCH_VERSION=${PYTORCH_VERSION:- 1.13 .0}
5
+ TORCHVISION_VERSION=${TORCHVISION_VERSION:- 0.14 .0}
6
+ TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:- 0.13 .0}
7
+ TORCHTEXT_VERSION=${TORCHTEXT_VERSION:- 0.14 .0}
You can’t perform that action at this time.
0 commit comments