How to install PyTorch WITHOUT CUDA - PyTorch Forums
discuss.pytorch.org › t › how-to-install-pytorchDec 10, 2020 · I have a remote machine which used to have GPUs and still has part of the drivers/libs but overall is out of date in that respect. I would like to treat it as a CPU-only server and install the according version of pytorch. However when I execute conda install pytorch torchvision torchaudio cpuonly -c pytorch and run the collect_env.py script it tells me that Collecting environment information ...