From 2669723393af41d4dc556534b107e1c6630af6c7 Mon Sep 17 00:00:00 2001 From: Roll PyTorch Action Date: Sun, 22 Oct 2023 13:18:03 +0000 Subject: [PATCH] update PyTorch version to 2.2.0.dev20231022 - torch version: 2.2.0.dev20231022 - torch commit hash: f468e74875f6b7f95b7b01ccf3b05c3917e2865d - torchvision version: 0.17.0.dev20231022 --- pytorch-hash.txt | 2 +- pytorch-requirements.txt | 2 +- torchvision-requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pytorch-hash.txt b/pytorch-hash.txt index 14e6454eca22..c078ab617a42 100644 --- a/pytorch-hash.txt +++ b/pytorch-hash.txt @@ -1 +1 @@ -147ac6b312c4c71e89013be592dc519c81fcac4e +f468e74875f6b7f95b7b01ccf3b05c3917e2865d diff --git a/pytorch-requirements.txt b/pytorch-requirements.txt index 937a83abbf2c..56145c2fe75a 100644 --- a/pytorch-requirements.txt +++ b/pytorch-requirements.txt @@ -1,3 +1,3 @@ -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html --pre -torch==2.2.0.dev20231021 +torch==2.2.0.dev20231022 diff --git a/torchvision-requirements.txt b/torchvision-requirements.txt index 6154336b548a..649983497c01 100644 --- a/torchvision-requirements.txt +++ b/torchvision-requirements.txt @@ -1,3 +1,3 @@ -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html --pre -torchvision==0.17.0.dev20231021 +torchvision==0.17.0.dev20231022