Add non-streaming ONNX models for Russian ASR (#1358)

This commit is contained in:
Fangjun Kuang
2024-09-18 13:43:49 +08:00
committed by GitHub
parent 7e642325f3
commit 576a3aa90d
6 changed files with 231 additions and 18 deletions

View File

@@ -143,6 +143,16 @@ jobs:
name: release-${{ matrix.build_type }}-with-shared-lib-${{ matrix.shared_lib }}-with-tts-${{ matrix.with_tts }}
path: install/*
- name: Test offline transducer
shell: bash
run: |
du -h -d1 .
export PATH=$PWD/build/bin:$PATH
export EXE=sherpa-onnx-offline
.github/scripts/test-offline-transducer.sh
du -h -d1 .
- name: Test offline CTC
shell: bash
run: |
@@ -163,16 +173,6 @@ jobs:
.github/scripts/test-online-punctuation.sh
du -h -d1 .
- name: Test offline transducer
shell: bash
run: |
du -h -d1 .
export PATH=$PWD/build/bin:$PATH
export EXE=sherpa-onnx-offline
.github/scripts/test-offline-transducer.sh
du -h -d1 .
- name: Test online transducer
shell: bash
run: |