Fix building for Pascal (#2305)

This commit is contained in:
Fangjun Kuang
2025-06-20 11:10:07 +08:00
committed by GitHub
parent 59d118c256
commit a6095f5f64
3 changed files with 66 additions and 4 deletions

View File

@@ -193,6 +193,24 @@ def get_models():
ls -lh
popd
""",
),
Model(
model_name="sherpa-onnx-nemo-parakeet-tdt-0.6b-v2-int8",
lang="en",
short_name="parakeet_tdt_0.6b_v2",
cmd="""
pushd $model_name
rm -rfv test_wavs
mv -v encoder.int8.onnx nemo-transducer-encoder.onnx
mv -v decoder.int8.onnx nemo-transducer-decoder.onnx
mv -v joiner.int8.onnx nemo-transducer-joiner.onnx
ls -lh
popd
""",
),