Skip to content

Commit f564ed1

Browse files
Update advanced_source/dynamic_quantization_tutorial.py
Apply reviewer suggestion - Changed `.. code::` to `.. code-block:: bash` - Enables better syntax highlighting and formatting in rendered docs - Addresses feedback from svekars Co-authored-by: svekars Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent 778eef6 commit f564ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_source/dynamic_quantization_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def tokenize(self, path):
145145
#
146146
# **Note:** Before running this tutorial, download the required pretrained model:
147147
#
148-
# .. code::
148+
# .. code-block:: bash
149149
#
150150
# wget https://s3.amazonaws.com/pytorch-tutorial-assets/word_language_model_quantize.pth
151151
#

0 commit comments

Comments
 (0)