Support paraformer. (#95)

This commit is contained in:
Fangjun Kuang
2023-03-28 17:59:54 +08:00
committed by GitHub
parent dffb0fd43c
commit 423d89e9a5
29 changed files with 858 additions and 138 deletions

View File

@@ -71,7 +71,15 @@ jobs:
ls -lh ./bin/Release/sherpa-onnx.exe
- name: Test sherpa-onnx for Windows x86
- name: Test offline transducer for Windows x86
shell: bash
run: |
export PATH=$PWD/build/bin/Release:$PATH
export EXE=sherpa-onnx-offline.exe
.github/scripts/test-offline-transducer.sh
- name: Test online transducer for Windows x86
shell: bash
run: |
export PATH=$PWD/build/bin/Release:$PATH