From d69b6bd58737e3ba7b7a5a3b159d08c497f42a34 Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Sun, 16 Jul 2023 07:51:23 -0700 Subject: [PATCH] update PyTorch version to 2.1.0.dev20230716 (#2312) - torch version: 2.1.0.dev20230716 - torch commit hash: c69b6e5da6f5892c2b2bd5fbf28dd5b568de362f - torchvision version: 0.16.0.dev20230716 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 0f1da3dba..8b04716fa 100644 --- a/pytorch-hash.txt +++ b/pytorch-hash.txt @@ -1 +1 @@ -6db8e8b9b7ae2232c3ab0eb7fe19830357695c7d +c69b6e5da6f5892c2b2bd5fbf28dd5b568de362f diff --git a/pytorch-requirements.txt b/pytorch-requirements.txt index c5fed93d3..702ddb729 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.dev20230715 +torch==2.1.0.dev20230716 diff --git a/torchvision-requirements.txt b/torchvision-requirements.txt index 1b6496891..f8e63b6f1 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.dev20230715 +torchvision==0.16.0.dev20230716