From 7abb84e8b6ea40a1902fdf4e7ba4117725c477c7 Mon Sep 17 00:00:00 2001 From: cloudxinn <47024777+cloudxinn@users.noreply.github.com> Date: Fri, 30 Jun 2023 18:31:53 +0800 Subject: [PATCH] Update LOCAL.md correct the command of step 2 --- LOCAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LOCAL.md b/LOCAL.md index 3e39a4a..43dc869 100644 --- a/LOCAL.md +++ b/LOCAL.md @@ -2,7 +2,7 @@ ### Build environment 0. Make sure you have installed `Python>=3.6, <=3.8`, CMake & C/C++ compilers, ffmpeg; 1. Clone this repository; -2. Run `pip install -r requirements`; +2. Run `pip install -r requirements.txt`; 3. Install GPU version PyTorch: (Make sure you have CUDA 11.6 or 11.7 installed) ``` # CUDA 11.6