From dd5992514dc29791fddde8b57f1189a937b8603c Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Mon, 12 Jun 2023 07:40:35 -0700 Subject: [PATCH] update PyTorch version to 2.1.0.dev20230612 (#2229) - torch version: 2.1.0.dev20230612 - torch commit hash: 8aee9489c907eeae8af1b6df6962f3a4414c984a - torchvision version: 0.16.0.dev20230612 Co-authored-by: Roll PyTorch Action --- 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 32ba543aa..08ec13bb8 100644 --- a/pytorch-hash.txt +++ b/pytorch-hash.txt @@ -1 +1 @@ -ec23ae5ad407ee6719b18fc374f231225d027cf0 +8aee9489c907eeae8af1b6df6962f3a4414c984a diff --git a/pytorch-requirements.txt b/pytorch-requirements.txt index ec015aa60..51b9ec042 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.1.0.dev20230611 +torch==2.1.0.dev20230612 diff --git a/torchvision-requirements.txt b/torchvision-requirements.txt index be8d455f0..e38d3cab1 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.16.0.dev20230611 +torchvision==0.16.0.dev20230612