Skip to content

Commit

Permalink
Add precompiles for cuDNN
Browse files Browse the repository at this point in the history
  • Loading branch information
salvacarrion committed Feb 22, 2021
1 parent b1885b1 commit a99b611
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions docs/sphinx/source/intro/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,27 @@ You can use one of the following lines according to your needs:
.. note::

- Platforms supported: Linux x86/x64 and MacOS
- Platforms supported: Linux and MacOS

.. tab:: GPU
.. tab:: GPU (CUDA)

.. code:: bash
conda install -c deephealth eddl-gpu
.. note::

- Platforms supported: Linux x86/x64
- Platforms supported: Linux

.. tab:: GPU (cuDNN)

.. code:: bash
conda install -c deephealth eddl-cudnn
.. note::

- Platforms supported: Linux


.. image:: ../_static/images/logos/homebrew.svg
Expand Down

0 comments on commit a99b611

Please sign in to comment.