From 42bacec04a215bdd57dc3025901adb1424dac917 Mon Sep 17 00:00:00 2001 From: Vivek Khandelwal Date: Tue, 24 Sep 2024 09:46:27 +0000 Subject: [PATCH] build: manually update PyTorch version Set PyTorch and TorchVision version to nightly release 2024-09-23. 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 e6925022a..3eca1bf00 100644 --- a/pytorch-hash.txt +++ b/pytorch-hash.txt @@ -1 +1 @@ -79d8db50043ace9938cbbf4230b3515894452271 +64141411e0de61b61857e216ae7a8766f4f5969b diff --git a/pytorch-requirements.txt b/pytorch-requirements.txt index e50e77929..4b6cb9930 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.6.0.dev20240916 +torch==2.6.0.dev20240923 diff --git a/torchvision-requirements.txt b/torchvision-requirements.txt index 0baf279cc..0ed61a3ac 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.dev20240916 +torchvision==0.20.0.dev20240923