diff --git a/README.md b/README.md index 8fe9f61bf..e691bb040 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,9 @@ Just run it in the terminal. Check latest cudnn and cudatoolkit version for your GPU device. ```bash - conda create -n deepfacelab -c main python=3.7 cudnn=7.6.5 cudatoolkit=10.1.243 + conda create -n deepfacelab -c main python=3.8 cudatoolkit=11 conda activate deepfacelab + conda install -c nvidia cudnn=8 git clone --depth 1 https://github.com/nagadit/DeepFaceLab_Linux.git cd DeepFaceLab_Linux git clone --depth 1 https://github.com/iperov/DeepFaceLab.git @@ -39,4 +40,4 @@ Run all scripts with BASH shell ```bash bash 1_clear_workspace.sh ``` -etc \ No newline at end of file +etc