96
.github/workflows/pascal.yaml
vendored
96
.github/workflows/pascal.yaml
vendored
@@ -125,6 +125,56 @@ jobs:
|
||||
cp -v ../sherpa-onnx/pascal-api/*.pas ../pascal-api-examples/tts
|
||||
fi
|
||||
|
||||
- name: Run Pascal test (Non Streaming ASR)
|
||||
shell: bash
|
||||
run: |
|
||||
export PATH=/c/lazarus/fpc/3.2.2/bin/x86_64-win64:$PATH
|
||||
|
||||
cd ./pascal-api-examples
|
||||
|
||||
pushd non-streaming-asr
|
||||
./run-zipformer-transducer.sh
|
||||
rm -rf sherpa-onnx-*
|
||||
echo "---"
|
||||
|
||||
./run-moonshine.sh
|
||||
rm -rf sherpa-onnx-*
|
||||
echo "---"
|
||||
|
||||
./run-fire-red-asr.sh
|
||||
rm -rf sherpa-onnx-fire-red-asr*
|
||||
echo "---"
|
||||
|
||||
./run-whisper.sh
|
||||
rm -rf sherpa-onnx-*
|
||||
echo "---"
|
||||
|
||||
./run-nemo-transducer.sh
|
||||
rm -rf sherpa-onnx-*
|
||||
echo "---"
|
||||
|
||||
./run-nemo-ctc.sh
|
||||
rm -rf sherpa-onnx-*
|
||||
echo "---"
|
||||
|
||||
./run-sense-voice.sh
|
||||
rm -rf sherpa-onnx-*
|
||||
echo "---"
|
||||
|
||||
./run-telespeech-ctc.sh
|
||||
rm -rf sherpa-onnx-*
|
||||
echo "---"
|
||||
|
||||
./run-paraformer.sh
|
||||
|
||||
./run-paraformer-itn.sh
|
||||
|
||||
rm -rf sherpa-onnx-*
|
||||
echo "---"
|
||||
|
||||
ls -lh
|
||||
popd
|
||||
|
||||
- name: Run Pascal test (Speaker diarization)
|
||||
shell: bash
|
||||
run: |
|
||||
@@ -235,52 +285,6 @@ jobs:
|
||||
ls -lh
|
||||
popd
|
||||
|
||||
- name: Run Pascal test (Non Streaming ASR)
|
||||
shell: bash
|
||||
run: |
|
||||
export PATH=/c/lazarus/fpc/3.2.2/bin/x86_64-win64:$PATH
|
||||
|
||||
cd ./pascal-api-examples
|
||||
|
||||
pushd non-streaming-asr
|
||||
./run-zipformer-transducer.sh
|
||||
rm -rf sherpa-onnx-*
|
||||
echo "---"
|
||||
|
||||
./run-moonshine.sh
|
||||
rm -rf sherpa-onnx-*
|
||||
echo "---"
|
||||
|
||||
./run-whisper.sh
|
||||
rm -rf sherpa-onnx-*
|
||||
echo "---"
|
||||
|
||||
./run-nemo-transducer.sh
|
||||
rm -rf sherpa-onnx-*
|
||||
echo "---"
|
||||
|
||||
./run-nemo-ctc.sh
|
||||
rm -rf sherpa-onnx-*
|
||||
echo "---"
|
||||
|
||||
./run-sense-voice.sh
|
||||
rm -rf sherpa-onnx-*
|
||||
echo "---"
|
||||
|
||||
./run-telespeech-ctc.sh
|
||||
rm -rf sherpa-onnx-*
|
||||
echo "---"
|
||||
|
||||
./run-paraformer.sh
|
||||
|
||||
./run-paraformer-itn.sh
|
||||
|
||||
rm -rf sherpa-onnx-*
|
||||
echo "---"
|
||||
|
||||
ls -lh
|
||||
popd
|
||||
|
||||
- name: Run Pascal test (Streaming ASR)
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user