meerkat
Template pytorch-1.13.1 lists cuda 11.7.1 version but is actually cuda 11.8?
I tried running a model that requires pytorch-1.13.1 and 11.7 but it said the cuda version doesn't match (the pod is actually on 11.8). The mismatch check happens in the deepspeed package.
I tried starting up a new pod with the same template and did
nvcc --version
and it said the pod was on cuda version 11.8.
Is this normal or an error? I can't seem to run my model because of the cuda version mismatch. For reference, I'm using A40.18 replies