Update LOCAL.md
correct the command of step 2
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
### Build environment
|
### 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.6, <=3.8`, CMake & C/C++ compilers, ffmpeg;
|
||||||
1. Clone this repository;
|
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)
|
3. Install GPU version PyTorch: (Make sure you have CUDA 11.6 or 11.7 installed)
|
||||||
```
|
```
|
||||||
# CUDA 11.6
|
# CUDA 11.6
|
||||||
|
|||||||
Reference in New Issue
Block a user