Add CI tests for online punctuation models (#1226)

This commit is contained in:
Fangjun Kuang
2024-08-06 18:10:30 +08:00
committed by GitHub
parent 375c055ff8
commit 9ee2943ed4
6 changed files with 91 additions and 0 deletions

View File

@@ -76,6 +76,14 @@ jobs:
otool -L build/bin/sherpa-onnx
otool -l build/bin/sherpa-onnx
- name: Test online punctuation
shell: bash
run: |
export PATH=$PWD/build/bin:$PATH
export EXE=sherpa-onnx-online-punctuation
.github/scripts/test-online-punctuation.sh
- name: Test offline punctuation
shell: bash
run: |