From fd076eb6759e9486ce9a700f4181eaa6de9e760a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Anjos?= <andre.anjos@idiap.ch> Date: Wed, 6 Mar 2024 18:14:31 +0000 Subject: [PATCH] Update install.rst to default to CUDA 12.0 instead. --- doc/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install.rst b/doc/install.rst index bb53b97b..2f14ba7a 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -55,7 +55,7 @@ We support two installation modes, through pip_, or mamba_ (conda). # or, to force the Nvidia CUDA version (environments w/o Nvidia setup): - $ CONDA_OVERRIDE_CUDA=11.8 mamba install 'pytorch-gpu=*=cuda118*' + $ CONDA_OVERRIDE_CUDA=12.0 mamba install 'pytorch-gpu=*=cuda118*' .. _mednet.setup: -- GitLab