From 680744f5e7a6efe324609a89d71215f9402437af Mon Sep 17 00:00:00 2001 From: dilililiwhy Date: Fri, 27 Jun 2025 14:37:46 +0800 Subject: [PATCH] change version --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4be1800bec0..ef7ce3230c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ ---extra-index-url https://download.pytorch.org/whl/nightly/cpu +--extra-index-url https://download.pytorch.org/whl/test/cpu pyyaml setuptools auditwheel -torch==2.8.0.dev20250620 +torch==2.8.0 -- Gitee