From 86d23945b62350f83254a9a588fecf9b32d445d0 Mon Sep 17 00:00:00 2001 From: Songting <112609742+Plachtaa@users.noreply.github.com> Date: Sun, 2 Jul 2023 10:35:58 +0800 Subject: [PATCH] Update LOCAL.md --- LOCAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LOCAL.md b/LOCAL.md index 43dc869..69faa79 100644 --- a/LOCAL.md +++ b/LOCAL.md @@ -1,6 +1,6 @@ # Train locally ### Build environment -0. Make sure you have installed `Python>=3.6, <=3.8`, CMake & C/C++ compilers, ffmpeg; +0. Make sure you have installed `Python==3.8`, CMake & C/C++ compilers, ffmpeg; 1. Clone this repository; 2. Run `pip install -r requirements.txt`; 3. Install GPU version PyTorch: (Make sure you have CUDA 11.6 or 11.7 installed)