From e0f0c5d6eaecdffd4aa4a2f09f82da68eb124d7f Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Mon, 14 Aug 2023 07:46:27 -0700 Subject: [PATCH] update PyTorch version to 2.1.0.dev20230814 (#2396) - torch version: 2.1.0.dev20230814 - torch commit hash: 53551b5c87ca582d71d4bbaf82050d05c3c2f534 - torchvision version: 0.16.0.dev20230814 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 60e6650a8..46cda5e5d 100644 --- a/pytorch-hash.txt +++ b/pytorch-hash.txt @@ -1 +1 @@ -3748ee4a8c4032dac08bd2de0ebf039ad22e0d1e +53551b5c87ca582d71d4bbaf82050d05c3c2f534 diff --git a/pytorch-requirements.txt b/pytorch-requirements.txt index 67eaf3666..bcb438eb6 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.dev20230813 +torch==2.1.0.dev20230814 diff --git a/torchvision-requirements.txt b/torchvision-requirements.txt index c4c8aab78..cc0c6a66c 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.dev20230813 +torchvision==0.16.0.dev20230814