Skip to content

Commit

Permalink
docs: fix dead links for Trainer (#18331)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8ade7d0)
  • Loading branch information
Borda authored and lantiga committed Aug 30, 2023
1 parent 2fad51b commit f68eac9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source-pytorch/integrations/strategies/colossalai.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can install the Colossal-AI integration by running
pip install lightning-colossalai
This will install both the `colossalai <https://colossalai.org/download>`_ package as well as the ``ColossalAIStrategy`` for the Lightning Trainer:
This will install both the `colossalai <https://colossalai.org/docs/get_started/installation>`_ package as well as the ``ColossalAIStrategy`` for the Lightning Trainer:

.. code-block:: python
Expand Down
2 changes: 1 addition & 1 deletion docs/source-pytorch/past_versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ To help you with keeping up to spead, check :doc:`Migration guide <../upgrade/mi
`1.2.6 <https://pytorch-lightning.readthedocs.io/en/1.2.6>`_,
`1.2.7 <https://pytorch-lightning.readthedocs.io/en/1.2.7>`_,
`1.2.8 <https://pytorch-lightning.readthedocs.io/en/1.2.8>`_,
`1.2.9 <https://pytorch-lightning.readthedocs.io/en/1.2.9>`_,
1.2.9,
`1.2.10 <https://pytorch-lightning.readthedocs.io/en/1.2.10>`_
-

Expand Down
3 changes: 2 additions & 1 deletion src/lightning/pytorch/loggers/wandb.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ def __init__(self, *args, **kwarg):
**Log Tables**
`W&B Tables <https://docs.wandb.ai/guides/data-vis>`_ can be used to log, query and analyze tabular data.
`W&B Tables <https://docs.wandb.ai/guides/tables/visualize-tables>`_ can be used to log,
query and analyze tabular data.
They support any type of media (text, image, video, audio, molecule, html, etc) and are great for storing,
understanding and sharing any form of data, from datasets to model predictions.
Expand Down

0 comments on commit f68eac9

Please sign in to comment.