Pytorch 1.2 on Win10 with Cuda10

I’m trying to install Pytorch 1.2 on a laptop with Windows 10 Home (GTX 1050) in a new conda environment with Python 3.7, following the instructions from:

conda install pytorch torchvision cudatoolkit=10.0 -c pytorch

I can only get a “false” when testing my cuda capabilities with torch.cuda.is_available()

What can I do please?

EDIT: It works using the “Cuda 9.2” option from the above-referred url:

conda install pytorch torchvision cudatoolkit=9.2 -c pytorch -c defaults -c numba/label/dev

Have you tried to update your GPU driver?