Skip to content

Commit

Permalink
Update run-ci-ldc93s1_new.sh
Browse files Browse the repository at this point in the history
We don't want to test batch size here. It causes the process to never die (see coqui-ai#2195) and is not the intent of the test anyway.
  • Loading branch information
wasertech authored Jun 4, 2022
1 parent 22ca7ba commit f060ed8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/run-ci-ldc93s1_new.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ python -u train.py --alphabet_config_path "data/alphabet.txt" \
--scorer_path 'data/smoke_test/pruned_lm.scorer' \
--audio_sample_rate ${audio_sample_rate} \
--export_tflite false
--skip_batch_test true

0 comments on commit f060ed8

Please sign in to comment.