This repository was archived by the owner on Aug 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 )"
66source " ${DIR} /release_versions.sh"
77
88# 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 }
1414
1515DRY_RUN=${DRY_RUN:- enabled}
1616
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
33# 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