From 5083bc4e91381cd0907cb9fd9dabd1367b99ae47 Mon Sep 17 00:00:00 2001 From: songmeixu Date: Fri, 13 Oct 2023 22:53:25 +0800 Subject: [PATCH] typos --- docs/source/model-export/export-mnn-zipformer.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/model-export/export-mnn-zipformer.rst b/docs/source/model-export/export-mnn-zipformer.rst index 5c431a14f..d42cb57dd 100644 --- a/docs/source/model-export/export-mnn-zipformer.rst +++ b/docs/source/model-export/export-mnn-zipformer.rst @@ -38,7 +38,7 @@ In the above code, we downloaded the pre-trained model into the directory .. _export_for_mnn_install_mnn: -1. Install MNN +2. Install MNN ^^^^^^^^^^^^^^^^^^^^^^^^ .. code-block:: bash @@ -80,7 +80,7 @@ Congratulations! You have successfully installed the following components: it to convert models from ``ONNX``. -2. Export the model to ONNX +3. Export the model to ONNX ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ First, let us rename our pre-trained model: @@ -144,7 +144,7 @@ After the above step, we will get the following files: .. _zipformer-transducer-step-4-export-torchscript-model-via-pnnx: -3. Convert model from onnx to MNN +4. Convert model from onnx to MNN ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. hint::