Skip to content
Snippets Groups Projects

Cuda version change in documentation

Merged Lucas Cardoso requested to merge fix-documentation into main
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -55,7 +55,7 @@ We support two installation modes, through pip_, or mamba_ (conda).
@@ -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):
# or, to force the Nvidia CUDA version (environments w/o Nvidia setup):
$ CONDA_OVERRIDE_CUDA=11.2 mamba install 'pytorch-gpu=*=cuda112*'
$ CONDA_OVERRIDE_CUDA=12.0 mamba install 'pytorch-gpu=*=cuda118*'
.. _mednet.setup:
.. _mednet.setup:
Loading