From d75f6fb94ac1e192a2c9c97eb4833e83555baa4e Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Fri, 8 Dec 2023 14:47:47 +0100 Subject: [PATCH] Update and rename pytorch/layers/cuda/README.md to pytorch/cuda/README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- pytorch/{layers => }/cuda/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename pytorch/{layers => }/cuda/README.md (94%) diff --git a/pytorch/layers/cuda/README.md b/pytorch/cuda/README.md similarity index 94% rename from pytorch/layers/cuda/README.md rename to pytorch/cuda/README.md index de8775b..a4f723d 100644 --- a/pytorch/layers/cuda/README.md +++ b/pytorch/cuda/README.md @@ -8,15 +8,17 @@ ## The goal -Convince PyTorch and Nvidia's GPUs working together. **I assume you installed the PyTorch and/or TensorFlow version for CUDA. (see Python installation instructions on thsi site...)** +Convince PyTorch and Nvidia's GPUs working together. **I assume you installed the PyTorch and/or TensorFlow version for CUDA. (see Python installation instructions on this site...)** Questions to [David Rotermund](mailto:davrot@uni-bremen.de) -## Windows +## Windows / Linux * Download and install [CUDA driver](https://developer.nvidia.com/cuda-downloads) * Download and install [cuDNN toolkit](https://developer.nvidia.com/rdp/cudnn-download) (you will need to create an account :-( ) +For Linux use a repo if possible. Windows and Linux require that you have install working graphic driver beforehand. At least that is what I believe is a requirement. + ## Test the PyTorch ```python