[ASR pipeline] correct with lm pipeline (#15200)

* [ASR pipeline] correct with lm pipeline

* improve error
This commit is contained in:
Patrick von Platen
2022-01-18 15:36:22 +01:00
committed by GitHub
parent 1144d336b6
commit 497346d07e
6 changed files with 36 additions and 9 deletions

View File

@@ -152,7 +152,7 @@ _deps = [
"tokenizers>=0.10.1,!=0.11.3",
"torch>=1.0",
"torchaudio",
"pyctcdecode>=0.2.0",
"pyctcdecode>=0.3.0",
"tqdm>=4.27",
"unidic>=1.0.2",
"unidic_lite>=1.0.7",