Nuacht

Available via the Microsoft channel, the post includes instructions on using commands to add the Microsoft channel to Conda config and then install the packages via the command line. "Azure SDK for ...
conda create --name myenv python=3.8 conda activate myenv conda install pytorch torchvision torchaudio cudatoolkit=xx.x -c pytorch That’s it!