File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ if [ "$PYTHON_VERSION" == "3.10" ]; then
4444
4545 if [ " $DEVICE " == " cuda" ]; then
4646 pip3 install \
47- torch==2.9.1 \
47+ torch==2.9.0 \
4848 torchvision==0.24.0 \
4949 --index-url https://download.pytorch.org/whl/cu118
5050 else
5151 pip3 install \
52- torch==2.9.1 \
52+ torch==2.9.0 \
5353 torchvision==0.24.0 \
5454 --extra-index-url https://download.pytorch.org/whl/cpu
5555 fi
@@ -61,12 +61,12 @@ elif [ "$PYTHON_VERSION" == "3.11" ]; then
6161
6262 if [ " $DEVICE " == " cuda" ]; then
6363 pip3 install \
64- torch==2.9.1 \
64+ torch==2.9.0 \
6565 torchvision==0.24.0 \
6666 --index-url https://download.pytorch.org/whl/cu118
6767 else
6868 pip3 install \
69- torch==2.9.1 \
69+ torch==2.9.0 \
7070 torchvision==0.24.0 \
7171 --extra-index-url https://download.pytorch.org/whl/cpu
7272 fi
You can’t perform that action at this time.
0 commit comments