diff --git a/docs/source/model-export/export-mnn-zipformer.rst b/docs/source/model-export/export-mnn-zipformer.rst index c185d9ec7..c1bb260b7 100644 --- a/docs/source/model-export/export-mnn-zipformer.rst +++ b/docs/source/model-export/export-mnn-zipformer.rst @@ -5,7 +5,8 @@ Export streaming Zipformer transducer models to MNN We use the pre-trained model from the following repository as an example: -``_ +``_ (backup link: +``_) We will show you step by step how to export it to `MNN`_ and run it with `sherpa-MNN`_. @@ -29,7 +30,7 @@ We will show you step by step how to export it to `MNN`_ and run it with `sherpa .. code-block:: bash cd egs/librispeech/ASR - git clone https://huggingface.co/pfluo/k2fsa-zipformer-bilingual-zh-en-t + git clone https://huggingface.co/meixu/k2fsa-zipformer-bilingual-zh-en-t cd ..