Cuda version change in documentation
Compare changes
+ 1
− 1
@@ -55,7 +55,7 @@ We support two installation modes, through pip_, or mamba_ (conda).
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
'