Skip to content

Commit deddb0a

Browse files
Bordalantiga
authored andcommitted
docs: pin some linked ipynb to 2.1.0
1 parent edfede4 commit deddb0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source-pytorch/advanced/post_training_quantization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ At last, the quantized model can be saved by:
126126
Hands-on Examples
127127
*****************
128128

129-
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.
129+
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.
130130

131131
.. code-block:: python
132132

docs/source-pytorch/starter/style_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,5 +219,5 @@ This is true for both academic and corporate settings where data cleaning and ad
219219
of iterating through ideas.
220220

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

0 commit comments

Comments
 (0)