Skip to content

Commit

Permalink
docs: pin some linked ipynb to 2.1.0 (Lightning-AI#19012)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Nov 16, 2023
1 parent eedff12 commit 14cbd3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ At last, the quantized model can be saved by:
Hands-on Examples
*****************

Based on the `given example code <https://lightning.ai/docs/pytorch/stable/notebooks/lightning_examples/text-transformers.html>`_, we show how Intel Neural Compressor conduct model quantization on PyTorch Lightning. We first define the basic config of the quantization process.
Based on the `given example code <https://lightning.ai/docs/pytorch/2.1.0/notebooks/lightning_examples/text-transformers.html>`_, we show how Intel Neural Compressor conduct model quantization on PyTorch Lightning. We first define the basic config of the quantization process.

.. code-block:: python
Expand Down
2 changes: 1 addition & 1 deletion docs/source-pytorch/starter/style_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -219,5 +219,5 @@ This is true for both academic and corporate settings where data cleaning and ad
of iterating through ideas.

- Check out the live examples to get your hands dirty:
- `Introduction to PyTorch Lightning <https://lightning.ai/docs/pytorch/stable/notebooks/lightning_examples/mnist-hello-world.html>`_
- `Introduction to PyTorch Lightning <https://lightning.ai/docs/pytorch/2.1.0/notebooks/lightning_examples/mnist-hello-world.html>`_
- `Introduction to DataModules <https://lightning.ai/docs/pytorch/stable/notebooks/lightning_examples/datamodules.html>`_

0 comments on commit 14cbd3f

Please sign in to comment.