From f4a2bd5b2add9c3ba8d29c7a2a005fb342ce48cb Mon Sep 17 00:00:00 2001 From: Corentin Ferry Date: Fri, 26 Jul 2024 15:53:09 +0100 Subject: [PATCH] [Do not merge] Use stable for nightly testing due to missing wheel --- pytorch-requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pytorch-requirements.txt b/pytorch-requirements.txt index 9266796f92cd..42c2d0a41d77 100644 --- a/pytorch-requirements.txt +++ b/pytorch-requirements.txt @@ -4,4 +4,6 @@ # 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.4.0.dev20240318 +# torch==2.4.0.dev20240318 +# Wheel not available anymore, so we'll use the stable one instead +torch==2.3.1+cpu