Add Pascal API for Moonshine models (#1482)

This commit is contained in:
Fangjun Kuang
2024-10-27 12:21:16 +08:00
committed by GitHub
parent 54468a7370
commit cdd8e1bbcb
8 changed files with 354 additions and 3 deletions

View File

@@ -165,6 +165,10 @@ jobs:
cd ./pascal-api-examples
pushd vad-with-non-streaming-asr
time ./run-vad-with-moonshine.sh
rm -rf sherpa-onnx-*
echo "---"
time ./run-vad-with-whisper.sh
rm -rf sherpa-onnx-*
echo "---"
@@ -220,6 +224,10 @@ jobs:
rm -rf sherpa-onnx-*
echo "---"
./run-moonshine.sh
rm -rf sherpa-onnx-*
echo "---"
./run-whisper.sh
rm -rf sherpa-onnx-*
echo "---"