Official Template not running correct version of CUDA
Hello ! I'm trying to run a pod using the official templates :
runpod/pytorch:2.1.0-py3.10-cuda11.8.0-devel-ubuntu22.04
runpod/pytorch:2.0.1-py3.10-cuda11.8.0-devel-ubuntu22.04
Unless I completely misunderstood the notation, the image should run with cuda11.8.0
right?
I've tried with Secure Cloud RTX 4090 and Secure Cloud RTX Ada 6000
All of them start with
However I noticed when running nvidia-smi
that the CUDA version is incorrect.
Any idea what's wrong, and is there a workaround ?2 Replies
Solution
@InnerSun nvidia-smi shows max CUDA version supported by host
damn you're right
sorry so my issue might be something else