From b5d95ff3997eab43760785729a6a136f18f5c36f Mon Sep 17 00:00:00 2001 From: Vivek Khandelwal Date: Tue, 10 Sep 2024 16:02:28 +0530 Subject: [PATCH] build: manually update PyTorch version (#3692) Set PyTorch and TorchVision version to nightly release 2024-09-09. Signed-Off By: Vivek Khandelwal --- 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 5a516a316..54a5f3e72 100644 --- a/pytorch-hash.txt +++ b/pytorch-hash.txt @@ -1 +1 @@ -e8379aab48967584406c203d363b042f06437b5e +995ec16c7adf111348db617fa59e22e7ef9d7a3c diff --git a/pytorch-requirements.txt b/pytorch-requirements.txt index 4da0721a7..0cfd2a2e6 100644 --- a/pytorch-requirements.txt +++ b/pytorch-requirements.txt @@ -1,3 +1,3 @@ -f https://download.pytorch.org/whl/nightly/cpu/torch/ --pre -torch==2.5.0.dev20240902 +torch==2.5.0.dev20240909 diff --git a/torchvision-requirements.txt b/torchvision-requirements.txt index f2d241cd4..7a239f263 100644 --- a/torchvision-requirements.txt +++ b/torchvision-requirements.txt @@ -1,3 +1,3 @@ -f https://download.pytorch.org/whl/nightly/cpu/torchvision/ --pre -torchvision==0.20.0.dev20240902 +torchvision==0.20.0.dev20240909