Skip to content

Commit

Permalink
Remove old mention of a bug in mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulPPelaez committed Jun 10, 2024
1 parent 84d6e6a commit e165085
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,9 @@ It is recommended to install the same version as the one used by torch.

.. code-block:: shell
conda install -c conda-forge cuda-nvcc cuda-libraries-dev cuda-version "gxx<12" pytorch=*=*cuda*
conda install -c conda-forge cuda-nvcc cuda-libraries-dev cuda-version gxx pytorch=*=*cuda*
.. warning:: gxx<12 is required due to a `bug in GCC+CUDA12 <https://github.com/pybind/pybind11/issues/4606>`_ that prevents pybind11 from compiling correctly

* CUDA<12

Expand Down

0 comments on commit e165085

Please sign in to comment.