Add Pascal API for Dolphin CTC models (#2096)

This commit is contained in:
Fangjun Kuang
2025-04-03 16:00:22 +08:00
committed by GitHub
parent 07a5701af6
commit 8137ac9f0b
11 changed files with 343 additions and 7 deletions

View File

@@ -149,6 +149,11 @@ jobs:
cd ./pascal-api-examples
pushd non-streaming-asr
./run-dolphin-ctc.sh
rm -rf sherpa-onnx-*
echo "---"
./run-zipformer-transducer.sh
rm -rf sherpa-onnx-*
echo "---"
@@ -253,7 +258,13 @@ jobs:
cd ./pascal-api-examples
pushd vad-with-non-streaming-asr
time ./run-vad-with-dolphin-ctc.sh
rm -rf sherpa-onnx-*
echo "---"
time ./run-vad-with-moonshine.sh
rm -rf sherpa-onnx-*
echo "---"