From 77c05693267431ab0898a0d0280db587f6fcddda Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Thu, 28 Mar 2024 10:44:04 +0000 Subject: [PATCH] fix(deps): Update pytorch Signed-off-by: plural-renovate[bot]@users.noreply.github.com --- jupyter-pytorch/cpu-requirements.txt | 6 +++--- jupyter-pytorch/cuda-requirements.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/jupyter-pytorch/cpu-requirements.txt b/jupyter-pytorch/cpu-requirements.txt index 73bd53e3..e5ca1826 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.1 -torchvision==0.17.1 -torchaudio==2.2.1 +torch==2.2.2 +torchvision==0.17.2 +torchaudio==2.2.2 diff --git a/jupyter-pytorch/cuda-requirements.txt b/jupyter-pytorch/cuda-requirements.txt index 5f268810..22af0bc8 100644 --- a/jupyter-pytorch/cuda-requirements.txt +++ b/jupyter-pytorch/cuda-requirements.txt @@ -1,3 +1,3 @@ -torch==2.2.1 -torchvision==0.17.1 -torchaudio==2.2.1 +torch==2.2.2 +torchvision==0.17.2 +torchaudio==2.2.2