Conda integration to solve issues with system software versions
In some cases, there is a different cuda version installed than required by pytorch. Therefore, we like to have the option to use conda which can install a different cuda version, e.g. cudatoolkit=11.3
, in the user's local conda environement.