Skip to content

Cuda version change in documentation

Lucas Cardoso requested to merge fix-documentation into main

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'

Merge request reports