Cuda installation error

while using pip to install pytorch with cuda it shows all reaquirment satisfied but in jupyter while running command torch.cuda.is_available it shows False

Check if your Jupyter environment uses a different PyTorch binary and make sure pip list | grep torch shows a PyTorch version with a CUDA tag.