Skip to content

Commit 372e439

Browse files
committed
torch==2.9.0
1 parent 90de84a commit 372e439

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/install/ubuntu_install_onnx.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)