Skip to content

Commit 98cff55

Browse files
committed
typo fix
1 parent d9be00d commit 98cff55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/frontend/deploy_prequantized.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
================================
2020
**Author**: `Masahiro Masuda <https://github.com/masahi>`_
2121
22-
This is an a tutorial on loading models quantized by deep learning frameworks into TVM.
22+
This is a tutorial on loading models quantized by deep learning frameworks into TVM.
2323
Pre-quantized model import is one of the quantization support we have in TVM. More details on
2424
the quantization story in TVM can be found
2525
`here <https://discuss.tvm.ai/t/quantization-story/3920>`_.
2626
2727
Here, we demonstrate how to load and run models quantized by PyTorch, MXNet, and TFLite.
28-
Once loaded, we can run quantized models on any hardware TVM supports.
28+
Once loaded, we can run compiled, quantized models on any hardware TVM supports.
2929
"""
3030

3131
#################################################################################

0 commit comments

Comments
 (0)