Skip to content

Commit 917cad5

Browse files
authored
Fix formatting mistake on dynamic quantization
1 parent 5fdf751 commit 917cad5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

advanced_source/dynamic_quantization_tutorial.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
to int, which can result in smaller model size and faster inference with only a small
1414
hit to accuracy.
1515
16-
In this tutorial, we'll apply the easiest form of quantization - _dynamic quantization_ -
16+
In this tutorial, we'll apply the easiest form of quantization -
17+
`dynamic quantization <https://pytorch.org/docs/stable/quantization.html#torch.quantization.quantize_dynamic>`_ -
1718
to an LSTM-based next word-prediction model, closely following the
1819
`word language model <https://github.com/pytorch/examples/tree/master/word_language_model>`_
1920
from the PyTorch examples.

0 commit comments

Comments
 (0)