Add Dart API for Moonshine models. (#1481)

This commit is contained in:
Fangjun Kuang
2024-10-27 12:04:12 +08:00
committed by GitHub
parent 6f261d39f3
commit 54468a7370
7 changed files with 302 additions and 1 deletions

View File

@@ -36,6 +36,10 @@ echo "----zipformer transducer----"
./run-zipformer-transducer.sh
rm -rf sherpa-onnx-*
echo "----moonshine----"
./run-moonshine.sh
rm -rf sherpa-onnx-*
echo "----whisper----"
./run-whisper.sh
rm -rf sherpa-onnx-*
@@ -77,6 +81,10 @@ echo '----------TeleSpeech CTC----------'
./run-telespeech-ctc.sh
rm -rf sherpa-onnx-*
echo '----------moonshine----------'
./run-moonshine.sh
rm -rf sherpa-onnx-*
echo '----------whisper----------'
./run-whisper.sh
rm -rf sherpa-onnx-*