From afcb775f85c24b98770f255b4ac5eab84c07450d Mon Sep 17 00:00:00 2001 From: litagin Date: Mon, 17 Jul 2023 14:27:34 +0900 Subject: [PATCH] Update README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 91c786b..91dcba4 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,8 @@ venv\Scripts\activate # Install PyTorch # See https://pytorch.org/get-started/locally/ for more details -## For Windows with NVIDIA GPU +## If you want to use GPU (Windows): pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 -## For Windows with CPU -pip install torch torchvision torchaudio # Install requirements