I’m not familiar with the Windows build system, but it seems @peterjc123 has some information on how to resolve your issue in his repo.
Apparently you can install some of his builds with minor dependency tweaks.
If you need to build PyTorch from source, I would remove it from the environment file, create the conda environment, activate it and finally build PyTorch in from source using the activated environment.
However, I’m wondering, if you really need to build PyTorch from source for the fastai lectures.
What is your use case for this?
Hello, I followed the instructions to install the fastai environment. However, while running the lesson1.ipynb, I got the following error when trying to use Pytorch.
Blockquote Found GPU0 GeForce GTX 960M which is of cuda capability 5.0.
PyTorch no longer supports this GPU because it is too old.
can anyone help me in installing the old version of pytorch in my windows machine.
I am doing fastai courses and i am getting following error.
RuntimeError: cuda runtime error (48) : no kernel image is available for execution on the device at c:\anaconda2\conda-bld\pytorch_1519501749874\work\torch\lib\thc\generic/THCTensorMath.cu:15
I know solution is already provided by peterjc123 But i dont know how to use the solution, please help