From c1ecdec030f9e75a820e755063c9bd0c2296c5df Mon Sep 17 00:00:00 2001 From: Matthias Gehre Date: Fri, 10 May 2024 07:14:45 +0200 Subject: [PATCH] Pin torch versions to versions that we kept --- pytorch-requirements.txt | 2 +- torchvision-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pytorch-requirements.txt b/pytorch-requirements.txt index 3ab13460e59a..ca574a655eac 100644 --- a/pytorch-requirements.txt +++ b/pytorch-requirements.txt @@ -4,4 +4,4 @@ # release page, and we use this page as an additional source for the wheels. -f https://xilinx.github.io/torch-mlir/package-index/ --pre -torch==2.3.0.dev20240307 +torch==2.3.0.dev20240108 diff --git a/torchvision-requirements.txt b/torchvision-requirements.txt index 2bae4d4fd6b3..ff2205b4ef48 100644 --- a/torchvision-requirements.txt +++ b/torchvision-requirements.txt @@ -4,4 +4,4 @@ # release page, and we use this page as an additional source for the wheels. -f https://xilinx.github.io/torch-mlir/package-index/ --pre -torchvision==0.18.0.dev20240307 +torchvision==0.18.0.dev20240108