From a91097a6ad775171f2327297d00c81f0acabecb1 Mon Sep 17 00:00:00 2001 From: N00MKRAD Date: Fri, 7 May 2021 20:01:45 +0200 Subject: [PATCH] Update PythonDependencies.md --- PythonDependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PythonDependencies.md b/PythonDependencies.md index fb68e5d..5361b53 100644 --- a/PythonDependencies.md +++ b/PythonDependencies.md @@ -2,7 +2,7 @@ - Make sure your GPU drivers are up to date - Install Python 3.8.6 from the [official website](https://www.python.org/downloads/release/python-386/) -- In CMD, run `pip install torch===1.7.0+cu110 torchvision===0.8.1+cu110 -f https://download.pytorch.org/whl/torch_stable.html` +- In CMD, run `pip install torch==1.8.1+cu111 torchvision==0.9.1+cu111 -f https://download.pytorch.org/whl/torch_stable.html` - Run `pip install opencv-python sk-video imageio`