I Finally have my Local GPU Working on Windows
I finally have my local GPU working on Windows. I have been trying to get this working for a while. I have a NVIDIA Quadro P620 2GB card. I have been trying to get it working with PyTorch and fastai I have been using pip and Python 3.7. I have been successful using the following links:
The final install command was:
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
Then I was missing some common libraries in Python, so I ran the following comment in the course22 folder.
Now my notebooks run in VS Code on my local GPU.
pip install -r .devcontainer/requirements.txt
Up to 100% GPU utilisation, so I am so happy.
Happy GitHub GPUing,
Brian