Runpod is not utilizing GPU and Showing zero GPUs
I am current running a Runpod with A40 GPUs with pytorch template, when I am trying to check GPUs in the jupyter notebbok using
list(range(torch.cuda.device_count()))
or print("Num GPUs Available: ", len(tf.config.list_physical_devices('GPU')))
, it is showing zero GPUs.
Also I want to know if there is any template available to tensorflow version 2, I couldn't find it, so currently using pytorch first template.
It would be very helpful if someone could help me with this issue. I am stuck in the middle. I need to finish my project in asap.1 Reply
You can install and use tensorflow inside the pytorch template
try runnign this too:
python -c "import torch; print(torch.cuda.is_available())"