From a588670df5d6ab3afb41388c87fc6eaa3d06bd7d Mon Sep 17 00:00:00 2001 From: LZY <58110034+LZY2006@users.noreply.github.com> Date: Sun, 28 Mar 2021 10:29:31 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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