Add Kotlin and Java API for Dolphin CTC models (#2086)
This commit is contained in:
@@ -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
|
||||
""",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user