From 9b3632c50481307a3239e42bcadd93d5968d8837 Mon Sep 17 00:00:00 2001 From: dilililiwhy Date: Mon, 30 Jun 2025 14:57:47 +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