Hello
I have a GPU nvidia driver 552.44
installed cuda 12.4
trying to run a program with TRUE for gpu
but am getting the message FALSE ; i.e. cpu
meaning torch.cuda.is_available returns false when what I need is TRUE
dependency problem?
Thank you