CUDA 11.8 Seems unavailable in templates
Any 11.8 template I deploy ends up being 12.4
Is there a CUDA 11.8 template that still runs 11.8 ?
3 Replies
CUDA 11.8 is outdated
If you genuinely need 11.8 use https://henk.tech/ccnperunpod while nvidia-smi will show whatever driver the host has you can customize which cuda toolkit it installs in the environment variables before making the pod. So then you end up with a system with the cuda 11.8 libraries.
Might be the same with the other stuff your trying, cuda 11.8 runtime files will use the newer driver on the host but 11.8 runtime is compatible with whatever newer driver they have on the machine
thanks