Skip to content

Commit 6dd585b

Browse files
author
Askars Salimbajevs
committed
add missing decoding-method to CI/CD tests
1 parent d000166 commit 6dd585b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/scripts/test-python.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,7 @@ python3 ./python-api-examples/offline-decode-files.py \
551551
--encoder=$repo/encoder-epoch-99-avg-1.onnx \
552552
--decoder=$repo/decoder-epoch-99-avg-1.onnx \
553553
--joiner=$repo/joiner-epoch-99-avg-1.onnx \
554+
--decoding-method=modified_beam_search \
554555
--lm=$lm_repo/exp/no-state-epoch-99-avg-1.onnx \
555556
--lodr-fst=$bigramlm_repo/2gram.fst \
556557
--lodr-scale=-0.5 \

0 commit comments

Comments
 (0)