Cuda version change in documentation
- Mar 06, 2024
-
-
André Anjos authored
-
- Mar 05, 2024
-
-
Lucas CARDOSO authored
-
The command to install Nvidia GPU support on Linux machines was:
$ CONDA_OVERRIDE_CUDA=11.2 mamba install 'pytorch-gpu=
=cuda112
'
and now it has been changed to:
$ CONDA_OVERRIDE_CUDA=11.8 mamba install 'pytorch-gpu=
=cuda118
'