diff --git a/docs/source/installation.rst b/docs/source/installation.rst index ad21b2d3..01a10a48 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -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 `_ that prevents pybind11 from compiling correctly - * CUDA<12