From 924bc9199a4e35f374fb835beebf6518088f5bb2 Mon Sep 17 00:00:00 2001 From: Junjie Li <1061455426@qq.com> Date: Sun, 27 Oct 2024 17:41:07 +0800 Subject: [PATCH] Update requirements.txt --- environment/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/environment/requirements.txt b/environment/requirements.txt index 2176099..96959a3 100644 --- a/environment/requirements.txt +++ b/environment/requirements.txt @@ -1,6 +1,6 @@ -torch==1.13.1+cu116 --extra-index-url https://download.pytorch.org/whl/cu116 -torchvision==0.14.1+cu116 --extra-index-url https://download.pytorch.org/whl/cu116 -torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu116 +torch==1.13.1+cu116 -i https://download.pytorch.org/whl/cu116 +torchvision==0.14.1+cu116 -i https://download.pytorch.org/whl/cu116 +torchaudio==0.13.1 -i https://download.pytorch.org/whl/cu116 auraloss==0.4.0 cython==3.0.10 einops