File tree 2 files changed +10
-10
lines changed 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ 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:- 2.1.0 }
10
- TORCHVISION_VERSION=${TORCHVISION_VERSION:- 0.16.0 }
11
- TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:- 2.1.0 }
12
- TORCHTEXT_VERSION=${TORCHTEXT_VERSION:- 0.16.0 }
13
- TORCHDATA_VERSION=${TORCHDATA_VERSION:- 0.7.0 }
9
+ PYTORCH_VERSION=${PYTORCH_VERSION:- 2.1.1 }
10
+ TORCHVISION_VERSION=${TORCHVISION_VERSION:- 0.16.1 }
11
+ TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:- 2.1.1 }
12
+ TORCHTEXT_VERSION=${TORCHTEXT_VERSION:- 0.16.1 }
13
+ TORCHDATA_VERSION=${TORCHDATA_VERSION:- 0.7.1 }
14
14
15
15
DRY_RUN=${DRY_RUN:- enabled}
16
16
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:- 2.1.0 }
5
- TORCHVISION_VERSION=${TORCHVISION_VERSION:- 0.16.0 }
6
- TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:- 2.1.0 }
7
- TORCHTEXT_VERSION=${TORCHTEXT_VERSION:- 0.16.0 }
8
- TORCHDATA_VERSION=${TORCHDATA_VERSION:- 0.7.0 }
4
+ PYTORCH_VERSION=${PYTORCH_VERSION:- 2.1.1 }
5
+ TORCHVISION_VERSION=${TORCHVISION_VERSION:- 0.16.1 }
6
+ TORCHAUDIO_VERSION=${TORCHAUDIO_VERSION:- 2.1.1 }
7
+ TORCHTEXT_VERSION=${TORCHTEXT_VERSION:- 0.16.1 }
8
+ TORCHDATA_VERSION=${TORCHDATA_VERSION:- 0.7.1 }
You can’t perform that action at this time.
0 commit comments