Add Kotlin and Java API for Dolphin CTC models (#2086)

This commit is contained in:
Fangjun Kuang
2025-04-02 21:16:14 +08:00
committed by GitHub
parent 0de7e1b9f0
commit eee5575836
20 changed files with 517 additions and 18 deletions

View File

@@ -440,6 +440,22 @@ def get_models():
ls -lh
popd
""",
),
Model(
model_name="sherpa-onnx-dolphin-base-ctc-multi-lang-int8-2025-04-02",
idx=25,
lang="multi_lang",
lang2="multi_lang",
short_name="multi_lang",
cmd="""
pushd $model_name
rm -rfv test_wavs
ls -lh
popd
""",
),