This commit is contained in:
Fangjun Kuang 2025-01-03 17:13:49 +08:00
parent 588b7a7cb7
commit c1d31f60ad

View File

@ -63,14 +63,14 @@ jobs:
cd python cd python
python3 ./convert.py ../model/encoder-epoch-99-avg-1.onnx rk3588 python3 ./convert.py ../model/encoder-epoch-99-avg-1.onnx rk3588
ls -lh ls -lh ../model
python3 convert.py ../model/decoder-epoch-99-avg-1.onnx rk3588 python3 convert.py ../model/decoder-epoch-99-avg-1.onnx rk3588
ls -lh ls -lh ../model
python3 convert.py ../model/joiner-epoch-99-avg-1.onnx rk3588 python3 convert.py ../model/joiner-epoch-99-avg-1.onnx rk3588
ls -lh ls -lh ../model