From bc368c2cad454a2e3116eb536a26dd72044de977 Mon Sep 17 00:00:00 2001 From: Gong Junmin <1836678486@qq.com> Date: Tue, 6 May 2025 10:31:21 +0800 Subject: [PATCH] rm requirements_win.txt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 681c61b..1c74393 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ It is highly recommended to use a virtual environment to manage project dependen pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126 # then install other dependencies - pip install -r requirements_win.txt + pip install -r requirements.txt ``` ## 🚀 Usage