From 118b534321e901224344cc9eb639b553dcc1bed2 Mon Sep 17 00:00:00 2001 From: songmeixu Date: Mon, 16 Oct 2023 12:08:46 +0800 Subject: [PATCH] replace broken link --- docs/source/model-export/export-mnn-zipformer.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 ..