diff --git a/jupyter-pytorch/cpu-requirements.txt b/jupyter-pytorch/cpu-requirements.txt index e5ca1826..6fa3792d 100644 --- a/jupyter-pytorch/cpu-requirements.txt +++ b/jupyter-pytorch/cpu-requirements.txt @@ -1,4 +1,4 @@ --find-links https://download.pytorch.org/whl/cpu -torch==2.2.2 -torchvision==0.17.2 -torchaudio==2.2.2 +torch==2.3.0 +torchvision==0.18.0 +torchaudio==2.3.0 diff --git a/jupyter-pytorch/cuda-requirements.txt b/jupyter-pytorch/cuda-requirements.txt index 22af0bc8..2fa7328e 100644 --- a/jupyter-pytorch/cuda-requirements.txt +++ b/jupyter-pytorch/cuda-requirements.txt @@ -1,3 +1,3 @@ -torch==2.2.2 -torchvision==0.17.2 -torchaudio==2.2.2 +torch==2.3.0 +torchvision==0.18.0 +torchaudio==2.3.0