Skip to content

Commit

Permalink
fix doc error in example command (k2-fsa#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mactarvish authored May 19, 2024
1 parent d9024a0 commit f25a568
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/onnx/install/aarch64-embedded-linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,10 @@ sherpa-onnx-alsa
.. code-block:: bash
./sherpa-onnx-alsa \
--encoder=./sherpa-onnx-streaming-zipformer-bilingual-zh-en-2023-02-20/tokens.txt \
--decoder=./sherpa-onnx-streaming-zipformer-bilingual-zh-en-2023-02-20/encoder-epoch-99-avg-1.onnx \
--joiner=./sherpa-onnx-streaming-zipformer-bilingual-zh-en-2023-02-20/decoder-epoch-99-avg-1.onnx \
--tokens./sherpa-onnx-streaming-zipformer-bilingual-zh-en-2023-02-20/joiner-epoch-99-avg-1.onnx \
--encoder=./sherpa-onnx-streaming-zipformer-bilingual-zh-en-2023-02-20/encoder-epoch-99-avg-1.onnx \
--decoder=./sherpa-onnx-streaming-zipformer-bilingual-zh-en-2023-02-20/decoder-epoch-99-avg-1.onnx \
--joiner=./sherpa-onnx-streaming-zipformer-bilingual-zh-en-2023-02-20/joiner-epoch-99-avg-1.onnx \
--tokens=./sherpa-onnx-streaming-zipformer-bilingual-zh-en-2023-02-20/tokens.txt \
plughw:3,0
Please change the card number and also the device index on the selected card
Expand Down

0 comments on commit f25a568

Please sign in to comment.