Add two-pass ASR Android APKs for Moonshine models. (#1499)

This commit is contained in:
Fangjun Kuang
2024-10-31 17:54:16 +08:00
committed by GitHub
parent 9fa3bc40d7
commit a3c89aa0d8
4 changed files with 68 additions and 2 deletions

View File

@@ -384,6 +384,21 @@ def get_models():
ls -lh
popd
""",
),
Model(
model_name="sherpa-onnx-moonshine-base-en-int8",
idx=22,
lang="en",
short_name="moonshine_base_int8",
cmd="""
pushd $model_name
rm -rfv test_wavs
ls -lh
popd
""",
),