Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-fong committed Oct 29, 2024
1 parent fe76382 commit 973b6ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,28 @@ If you are working Windows, you can install PyTorch with
Otherwise, you can proceed with:

.. code-block:: bash
pip install pytorch-forecasting
Alternatively, to install the package via ``conda``:
.. code-block:: bash
conda install pytorch-forecasting pytorch>=1.7 -c pytorch -c conda-forge
PyTorch Forecasting is now installed from the conda-forge channel while PyTorch is install from the pytorch channel.

To install ``pytorch-forecasting`` with the use of the MQF2 loss (multivariate quantile loss), run:

.. code-block:: bash
pip install pytorch-forecasting[mqf2]
To install the Pytorch Lightning library, please visit their `official page <https://lightning.ai/docs/pytorch/stable/starter/installation.html>`__ or run:

.. code-block:: bash
pip install lightning
Expand Down

0 comments on commit 973b6ff

Please sign in to comment.