Add Dart API for Dolphin CTC models (#2095)

This commit is contained in:
Fangjun Kuang
2025-04-03 15:59:38 +08:00
committed by GitHub
parent 903e825eba
commit 07a5701af6
8 changed files with 262 additions and 1 deletions

View File

@@ -61,6 +61,11 @@ echo '----------ced----------'
popd
pushd vad-with-non-streaming-asr
echo '----------Dolphin CTC----------'
./run-dolphin-ctc.sh
rm -rf sherpa-onnx-*
echo '----------TeleSpeech CTC----------'
./run-telespeech-ctc.sh
rm -rf sherpa-onnx-*
@@ -110,6 +115,10 @@ echo '----------NeMo transducer----------'
./run-nemo-transducer.sh
rm -rf sherpa-onnx-*
echo '----------Dolphin CTC----------'
./run-dolphin-ctc.sh
rm -rf sherpa-onnx-*
echo '----------NeMo CTC----------'
./run-nemo-ctc.sh
rm -rf sherpa-onnx-*