From acb59aad4f0553e54e17e0b24e1270b87674a84d Mon Sep 17 00:00:00 2001 From: Rob Suderman Date: Fri, 23 Feb 2024 10:42:41 -0800 Subject: [PATCH] Revert "build: manually update PyTorch version (#2933)" New PyTorch appaears to break the CI This reverts commit 5af249566b85a97e5c96c847877e4fc9fda57ec1. --- 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 81f0390b4ebb..c23d10cf50fb 100644 --- a/pytorch-hash.txt +++ b/pytorch-hash.txt @@ -1 +1 @@ -8efa066dc0870521652c1319bd6b5b0f6dc3fe25 +b51e0246b7f119770c47183b230c553f15ab4fbb diff --git a/pytorch-requirements.txt b/pytorch-requirements.txt index 26abce08d1aa..25546907e856 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.3.0.dev20240220 +torch==2.3.0.dev20240214 diff --git a/torchvision-requirements.txt b/torchvision-requirements.txt index ce099fb91709..4f775c549c6c 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.18.0.dev20240220 +torchvision==0.18.0.dev20240207