diff --git a/egs/aishell/ASR/whisper/decode.py b/egs/aishell/ASR/whisper/decode.py index b87d15524..bb8aaabd0 100755 --- a/egs/aishell/ASR/whisper/decode.py +++ b/egs/aishell/ASR/whisper/decode.py @@ -70,6 +70,7 @@ from icefall.utils import ( setup_logger, store_transcripts, write_error_stats, + str2bool, ) from zhconv import convert from tn.chinese.normalizer import Normalizer diff --git a/egs/aishell/ASR/whisper/requirements.txt b/egs/aishell/ASR/whisper/requirements.txt index 873ea10be..319f9ff4a 100755 --- a/egs/aishell/ASR/whisper/requirements.txt +++ b/egs/aishell/ASR/whisper/requirements.txt @@ -4,7 +4,7 @@ git+https://github.com/lhotse-speech/lhotse sentencepiece tensorboard librosa -openai-whisper==git+https://github.com/yuekaizhang/whisper.git +git+https://github.com/yuekaizhang/whisper.git zhconv WeTextProcessing deepspeed \ No newline at end of file