Print(torch.cuda.is_available()) is False

I don’t know what exactly failed, but would assume that the CUDA initialization is failing which is caused by a setup issue most of the times.
E.g. here is a similar error caused by an installation issue.