PyTorch1.5+cu10.1 doesn't work

$ conda list | egrep -i ‘torch|python|cuda’
_pytorch_select 0.1 cpu_0 anaconda
cudatoolkit 10.1.243 h6bb024c_0
cudnn 7.6.5 cuda10.1_0
python 3.7.4 h265db76_1
torch 1.5.0+cu101 pypi_0 pypi
torchvision 0.6.0+cu101 pypi_0 pypi
(base) $ python -c ‘import torch;print(torch.version.cuda)’
10.1
(base) $ python -c ‘import torch;print(torch.version)’
1.5.0+cu101
(base)$ python -c ‘import torch;print(torch.cuda.is_available())’
False
(base)$ python -c ‘import torch;print(torch._C._cuda_getDriverVersion())’
10000

Do you have the proper card driver? Are you able to run other CUDA programs?