From 8e6d0d3ac7c49e2d44d0ad054b91e55f8df2e8f7 Mon Sep 17 00:00:00 2001 From: Elijah Harmon Date: Sun, 26 Mar 2023 16:04:55 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 540552a..cc1d211 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ NOTE, you will need to use the provided or download a new version of the yolov5 3. (Windows Users) Open up either `PowerShell` or `Command Prompt`. This can be done by pressing the Windows Key and searching for one of those applications. -4. To install `PyTorch` go to this website, https://pytorch.org/get-started/locally/, and Select the stable build, your OS, Pip, Python and CUDA 11.6. Then select the text that is generated and run that command. +4. To install `PyTorch` go to this website, https://pytorch.org/get-started/locally/, and Select the stable build, your OS, Pip, Python and CUDA version you installed. Then select the text that is generated and run that command. 6. Copy and paste the commands below into your terminal. This will install the Open Source packages needed to run the program. You will need to `cd` into the downloaded directory first. Follow step 2 in the Run section below if you need help.