Can pytorch 1.9 installed in cuda10.1?

Can pytorch 1.9 installed in cuda10.1?

Hi @YingdiZhang

It is possible to build pytorch from source with any cuda >= 9.2 (as it’s said here)

But if you are looking for conda package it is either might be custom build (from someone who built it with cuda==10.1 and pytorch==1.9.0) or a previous version with cuda==10.1 (from pytorch channel)