Fix punctuation (#976)

This commit is contained in:
Fangjun Kuang
2024-06-05 11:23:19 +08:00
committed by GitHub
parent fd5a0d1e00
commit 7e0931c762
2 changed files with 14 additions and 11 deletions

View File

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