Skip to content

Commit

Permalink
update apk
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Jun 4, 2024
1 parent 0cc4948 commit 78757c1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions scripts/apk/generate-vad-asr-apk-script.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,22 @@ def get_models():
ls -lh
popd
""",
),
Model(
model_name="sherpa-onnx-telespeech-ctc-int8-zh-2024-06-04",
idx=11,
lang="zh",
short_name="telespeech",
cmd="""
pushd $model_name
rm -rfv test_wavs
rm test.py
ls -lh
popd
""",
),
Expand Down

0 comments on commit 78757c1

Please sign in to comment.