Curious about cuda version

I’m setting up a new machine with Ubuntu 18.04
Just finished installing cuda 10 with cudnn, then i proceeded to install pytorch 0.4.1 with conda
But torch.version.cuda outputs ‘9.0.176’. Hmm…

Yes, we yet do not have PyTorch with CUDA10 available officially. However, https://vxlabs.com/2018/11/04/pytorch-1-0-preview-nov-4-2018-packages-with-full-cuda-10-support-for-your-ubuntu-18-04-x86_64-systems/ helps do do the same. Please check if it helps.

Thanks… I will give it a try